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

Optimization in the column data getting stored in single column of index table #28

Open
anoopsjohn opened this issue Sep 17, 2013 · 2 comments

Comments

@anoopsjohn
Copy link

We store some 6 bytes of data with every KV getting added into the index table. (One int and one short) We can use vint here? Mostly these int and short can be represented using 1 bytes each. So in effect we can save 4 bytes with each KV in the index table.

@chrajeshbabu
Copy link
Member

+1

@anoopsjohn
Copy link
Author

When we do removal of padding bytes from index rk, we can do this also. Both basically breaks the BC on old data.

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

2 participants