Old Release

This documentation covers an old version of Fedora. Looking for another version? See all documentation.

Test results summary for Platform: lib-devsandbox1.ucsd.edu, Repository: minimal.  All objects contain one 50MB datastream, all times in milliseconds:

TestFedora 3Fedora 4SetupWorkflowNotes

Ingest 100 objects

231,663131,143Empty RepositoryBenchtool IngestAverage of 100 batches
Read 1,000 objects470,466527,34910,000 x 50MBBenchtool ReadAverage of 10 batches
Update 1,000 objects2,198,4251,287,50610,000 x 50MBBenchtool Update 
Delete 1,000 objects10,78739,3362,000 x 50MBBenchtool Delete 

Notes

  • Ingest and update are dramatically faster (approx. 40%) in Fedora 4.
  • Read is marginally faster (approx. 10%) in Fedora 3.
  • Deletes are much faster in Fedora 3, but very fast in both Fedora 3 and 4.
  • No labels

4 Comments

  1. Very interesting, and promising results. My understanding is that a test run is the intersection of four specifications:

    1. Platform profile
    2. Repository profile
    3. Setup profile
    4. Workflow profile

    Where are the four of these profiles specified for these test results?

     

  2. We should include a Repository profile for Fedora 3.7 to be sure we're comparing apples to apples across the different tests. Or at least document the install.properties.

    1. Unknown User (escowles@ucsd.edu)

      I have been using Hydra's hydra-jetty project for fcrepo3: https://github.com/projecthydra/hydra-jetty

  3. For convenience:

    #Install Options
    #Thu Sep 19 16:33:04 EDT 2013
    ri.enabled=false
    messaging.enabled=false
    apia.auth.required=false
    database.jdbcDriverClass=org.apache.derby.jdbc.EmbeddedDriver
    upstream.auth.enabled=false
    ssl.available=false
    database.jdbcURL=jdbc\:derby\:fedora/default/derby/fedora3;create\=true
    database.password=fedoraAdmin
    database.username=fedoraAdmin
    fesl.authz.enabled=false
    deploy.local.services=true
    xacml.enabled=false
    fedora.serverHost=localhost
    database=included
    database.driver=included
    fedora.serverContext=fedora
    llstore.type=akubra-fs
    fedora.home=fedora/default
    install.type=custom
    servlet.engine=other
    fedora.admin.pass=fedoraAdmin

    https://github.com/projecthydra/hydra-jetty/blob/master/fedora/default/install/install.properties