Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Test 2b: Ingest all the data as objects arranged in a druid tree

 

Code Block
> quantile(create$V4, c(0, .5, .7, .9, .95, .99, 1))
       0%       50%       70%       90%       95%       99%      100% 
   0.6590    6.1800    9.1844   24.7972   44.7202  226.7644 1094.8120 

 

Ingest speed over time

Image Added

 

Image Added

Image Added

Test 2c: Ingest all the data as objects in a druid tree AND use fcr:datastreams

...