BSBM tips - ConstantB/ontop-spatial GitHub Wiki

Download the BSBM tools and goes into its root directory.

Generating data needed by the query mixer:

./generate -fc -pc 284826

Running 100 experiments with 10 warming queries mixes:

java -cp bin:lib/* benchmark.testdriver.TestDriver  http://localhost:8081/openrdf-sesame/repositories/teiid -w 10 -runs 100

Please note that you need to create Sesame repository.

Ignore queries 10 and 8: edit the file queries/explore/ignoreQueriesand add:

10 8

Replace rdf:type(a) by bsbm:type when the type corresponds to entry in the DB (Q3 and Q4 in queries/explore/)