Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 713 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 713 Bytes

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