Versions Compared

Key

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

...

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

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

...

batch

 

Test 2d: Use the top-performing fcrepo4 result, and recreate it on a 4-node cluster

Code Block
> quantile(create$V4, c(0, .5, .7, .9, .95, .99, 1))
       0%       50%       70%       90%       95%       99%      100% 
   0.9050    9.7360   13.9442   29.6692   48.0332  146.0208 1109.1760 


Image AddedImage AddedImage Added

Test 3: Realistic Ingest into Fedora 3

...