You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: