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

Explore lightweight compression of intermediate state #28

Open
pmenon opened this issue Jun 19, 2020 · 0 comments
Open

Explore lightweight compression of intermediate state #28

pmenon opened this issue Jun 19, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@pmenon
Copy link
Owner

pmenon commented Jun 19, 2020

State needed during execution (i.e., hash-tables, sorters etc.) can potentially be large. Any structures that exceed cache can negatively impact performance. Moreover, it limits the number of concurrent queries the system can support. Memory is not free, despite what the in-memory literature claims (me included).

This issue is to explore lightweight mechanisms we can deploy to compress such intermediate state on-line during execution. Anything we do must balance the cost of compressing data with the potential performance benefits.

Ideas: here

@pmenon pmenon added the enhancement New feature or request label Jun 19, 2020
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

1 participant