ftsrg / ingraph

Incremental view maintenance for openCypher graph queries.
http://docs.inf.mit.bme.hu/ingraph/
Eclipse Public License 1.0
48 stars 10 forks source link

Implement LDBC driver #341

Open szarnyasg opened 6 years ago

szarnyasg commented 6 years ago

To allow proper validation with the LDBC BI workload, we'll need to implement an LDBC SNB driver, along the lines of the Neo4j driver implementation.

cc @hegyibalint

szarnyasg commented 6 years ago

We currently perform validation in the BiValidationTest class. Implementing an LDBC driver certainly would have its benefits, however, it cannot be used for benchmarking as it is. The reason for this is that the LDBC driver is geared towards the Interactive workload and does not support incremental queries, i.e. it has no way of registering a query with its substitution parameters and executing it continuously. Hence, we are postponing this issue.