Skip to content

0.86.6

Choose a tag to compare

@botberry botberry released this 01 Aug 11:23
· 22 commits to main since this release
5841442

Fix an N+1 on totalCount of nested connections optimized by prefetching:
parents whose prefetched first-page partition came back empty issued one
COUNT(*) query each, even though an empty first page already proves the
total count is 0.

This release was contributed by @rcybulski1122012 in #931

Additional contributors: @Copilot