You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

VIVO's Triple Store Options

As VIVO continues its support of alternate triple stores, it is important to have a clear picture of the performance of various VIVO/triple-store configurations. This page will document the procedures and results of testing against these configurations.

System details

  • VIVO 1.11.0
    • with logging patch
    • with developer properties "loggingRDFService" enabled
  • Java -version: 11.0.6
  • JAVA_OPTS="${JAVA_OPTS} -Xms2G -Xmx8G -XX:MaxNewSize=2G"

Ingest testing

This test is designed to measure the amount of time taken to ingest a standard data set. The data set used in this test is the published OpenVIVO content found in the vivo-project/sample-data GitHub repository.

Test procedure

The following procedure was taken for each of the test runs:

  1. ...

Enabling developer properties

  1. Update file `$VIVO_HOME/config/developer.properties`, ensuring the following options are enabled/uncommented

    developer.enabled = true
    developer.loggingRDFService.enable = true
    developer.loggingRDFService.queryRestriction = .*
    developer.loggingRDFService.stackRestriction = .*
    
    
  • No labels