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

#12 - Storage - Block based #13

Open
achillef opened this issue Oct 15, 2021 · 0 comments
Open

#12 - Storage - Block based #13

achillef opened this issue Oct 15, 2021 · 0 comments
Milestone

Comments

@achillef
Copy link
Contributor

To fully leverage HBase, you will, for each serie, break the data into blocks that will be compressed.
The principle will be the following: store data in memory until reaching a certain number of points, then store them into a hbase row.
Beware to create a catalog (in HBase) to describe the organization of your blocks.

@achillef achillef added this to the Milestone 3 milestone Oct 15, 2021
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