kuzeko / graph-databases-testsuite

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

It is possible to get the rid of MAX ID and other Data Depended stuff? #9

Open kuzeko opened 6 years ago

kuzeko commented 6 years ago

The headers have hardcoded some information to correctly handle the datasets, e.g.,

https://github.com/kuzeko/graph-databases-testsuite/blob/d0d93a89fdb2edb1136be87c67fe5193fba93200/runtime/tp2/header.groovy.sh#L97-L139

We would need a way to get rid of them or automatically handle those. Maybe with something similar to that we do for the LIDs and the LID file?

MartinBrugnara commented 5 years ago

We could do it by running a query as an additional step to sampling and mapping.

We may also refactor the folder tree adding one for meta information runtime/meta, which may contain:

Lid files instead goes into the "database-dataset" images as per #6 .

MartinBrugnara commented 5 years ago

Please note that also other files uses these information... like index management queries.