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

data schema optimizations #241

Open
iksaif opened this issue Feb 2, 2017 · 0 comments
Open

data schema optimizations #241

iksaif opened this issue Feb 2, 2017 · 0 comments
Milestone

Comments

@iksaif
Copy link
Contributor

iksaif commented Feb 2, 2017

Looking at the benchmarks what we've done, it's way more efficient to:

  • Write multiple points at once in a single partition
  • Having a lot of cells doesn't seem to be very efficient (longer repairs, compactions)

We should also take into account that's common to read together the metrics of the same directory. This could be used to batch those writes together. Combined to UDF we could still have something easy to use.

@iksaif iksaif added this to the v1.0.0 milestone Feb 2, 2017
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