kuzeko / graph-databases-testsuite

Docker Images, installation scripts, and testing & benchmarking suite for Graph Databases
https://graphbenchmark.com
MIT License
35 stars 9 forks source link

Define standard hack for index #14

Closed MartinBrugnara closed 5 years ago

MartinBrugnara commented 5 years ago

Some database does not support common API for index creation, as such custom query should be provided.

Issue: Define standard method to provide custom index queries. Solution: If the query name, $QUERY, contains the word index and the env variable INDEX_QUERY_PREFIX is set, then the query that will be executed is ${INDEX_QUERY_PREFIX}$QUERY