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

Commits on Jan 23, 2024

  1. Improve large dense aggregate reads with tile metadata only. (#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 authored and github-actions[bot] committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a60def3 View commit details
    Browse the repository at this point in the history