You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Looking at the benchmarks what we've done, it's way more efficient to:
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.
The text was updated successfully, but these errors were encountered: