v3.136.0
·
72 commits
to master
since this release
- The
query.WithResponsePartPrefetch(n)method has been added to enable the prefetching of parts of query results.
By default, this feature is disabled. Prefetching produces the following effects:- One additional goroutine per query.
- Approximately 5 allocations per query.
- Approximately 200–300 additional bytes per query.
However, each query also reduced the execution time by approximately 2 milliseconds.
Full Changelog: v3.135.15...v3.136.0