Page tree

Versions Compared

Key

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

...

Code Block
titleBenchmark Random Query Execution
opencga-storage-admin.sh benchmark variant --concurrency 10 --num-repetition 5 --mode RANDOM -q "ct(2),gene;region"

Connection Type


Storage EngineThe

following Storage engines are currently supported with OpenGCA Currently OpenCGA supports the following storage engines :

  1. Mongo
  2. HBase

This value is read from "storage-configuration.yml" "defaultStorageEngineId" field or can be passed as argument on command line, --storage-engine.

Connection Type

Connection Type is the connection method of benchmark to the storage engine. OpenCGA currently supports three connection types :

  1. REST                                                                               (OpenCGA web server, sessionIds are mandatory to connect using this)
  2. Storage REST                                                                 (REST server provided with storage component and must be running state)
  3. Direct                                                                               (Calling directly storange engine to retrieve results)