Alex Averbuch
Alex Averbuch
Firstly, note, the following error does _not_ exist when using Embedded Cypher (without JDBC driver) for any version between 2.0.0-2.1.4, all of them return the correct result with this exact...
At present they return http://docs.oracle.com/javase/7/docs/api/java/lang/System.html#currentTimeMillis() This is inconsistent with the spec. We (LDBC) need to agree on a format and then implement it in the driver
add maximum tolerated query execution time check, possibly by query type as an extension.
add support for serializing a workload definition to file persist configuration file at the same time, so others can use the same settings add support for deserializing a workload from...
When a delay to execute an operation on time occurs: - calculate how long it was delayed - calculate the operations that would have been executed in that time -...
allow arbitrary ways of defining how a stream should be limited could then implement GeneratorFactory.limit(Iterator, int) using that abstraction
does it make sense to have different error reporters for different components? (1) identify which components use error reporters (1) investigate if it does make sense (2) assign different error...