Open Issues Need Help
View All on GitHub Wrap the FTS5 module extension API 13 days ago
enhancement help wanted
Wrap the R*Tree module extension API 13 days ago
enhancement help wanted
Wrap more of the SQLite API about 2 months ago
enhancement help wanted
Allocating memory for cache seems very slow 10 months ago
AI Summary: The user reports significantly slow query performance (500 queries/sec) with a specific database driver until a large 2GiB cache is completely filled, after which performance jumps to over 20,000 queries/sec. This issue, not present with the `mattn` driver, is suspected to be caused by slow initial memory allocation for the cache. The user provided a graph illustrating this performance bottleneck and a partial `go` code snippet related to `wazero` runtime configuration.
Complexity:
4/5
bug help wanted