maxdemarzi / benchmarks

2 stars 1 forks source link

Performance Tests

Instructions


Open project in IntelliJ.

Right-Click on src/test/scala/Engine and choose "Run 'Engine' "

Choose Simulation to run.

Simulations in src/test/scala directory have hardcoded "benchmark" for password.

Data

Scale Factor-10 graph.db

The Neo4j graph.db database linked above only has the minimal indexes.

Interactive Complex queries require:

CREATE INDEX ON :Person(firstName);

Business Intelligence Query 14 benefits from:

CREATE INDEX ON :Post(creationDate)

Queries

The LDBC Query specification