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

improve peformance of index-backed scans #57

Closed
wuputah opened this issue Mar 24, 2023 · 1 comment
Closed

improve peformance of index-backed scans #57

wuputah opened this issue Mar 24, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@wuputah
Copy link
Member

wuputah commented Mar 24, 2023

When an index is used, chunks are loaded for each lookup by index, then thrown away. The loaded data should instead be cached in memory until the query is completed.

@wuputah wuputah added the enhancement New feature or request label Mar 24, 2023
@wuputah
Copy link
Member Author

wuputah commented Aug 29, 2023

addressed by #86

@wuputah wuputah closed this as completed Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants