Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport release-2.20] Improve large dense aggregate reads with tile metadata only. #4662

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Backport 598e84e from #4657.

The dense reader was creating a bitmap to compute all aggregate results
at the top level of the read. For large aggregate reads where we don't
need to load any tiles, this could be quite large. It also would turn
out to be completely unnecessary. This fix moves the bitmap to the lower
level of the read, where a smaller bitmap can be created only if
necessary.

---
TYPE: IMPROVEMENT
DESC: Improve large dense aggregate reads with tile metadata only.

(cherry picked from commit 598e84e)
@KiterLuc KiterLuc closed this Jan 23, 2024
@KiterLuc KiterLuc reopened this Jan 23, 2024
@KiterLuc KiterLuc merged commit cf7b5a3 into release-2.20 Jan 23, 2024
61 checks passed
@KiterLuc KiterLuc deleted the backport-4657-to-release-2.20 branch January 23, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant