Open Issues Need Help
View All on GitHub Allocating memory for cache seems very slow about 2 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