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

investigate nested blocks (or megablocks) #31

Open
okayzed opened this issue Dec 27, 2017 · 0 comments
Open

investigate nested blocks (or megablocks) #31

okayzed opened this issue Dec 27, 2017 · 0 comments

Comments

@okayzed
Copy link
Collaborator

okayzed commented Dec 27, 2017

currently blocks are capped at 65K records - i think it might make sense to create larger blocks (perhaps up to half a million or million records) to save on repeated string hashing operations when doing GROUP BY operations in a query.

one way of doing this is creating megablocks: a megablock would be a block consisting of multiple sub-blocks that are fully defined. further thinking required on how to use a megablock to reduce the number of string hash operations required.

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

No branches or pull requests

1 participant