Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant