Hi there,
Considering that the inputs of short queries 1 to 7 are dependent upon the replenish of Complex queries output how can we ensure that two distinct runs will issue the same queries?
That said, If I replenish personIds and messageIds for the short Ids buffers from complex querie 2 it will have a different input if I replenish from complex querie 7.
Please denote https://github.com/ldbc/ldbc_snb_driver/blob/master/src/main/java/com/ldbc/driver/workloads/ldbc/snb/interactive/LdbcSnbShortReadGenerator.java#L531
With that in mind we can produce performance results with different values for the same queries that influenced by the complex queries.
Would it be better if we generated the input for short queries in the same manner we do it for Complex and BI ones?
Hi there,
Considering that the inputs of short queries 1 to 7 are dependent upon the replenish of Complex queries output how can we ensure that two distinct runs will issue the same queries?
That said, If I replenish personIds and messageIds for the short Ids buffers from complex querie 2 it will have a different input if I replenish from complex querie 7.
Please denote https://github.com/ldbc/ldbc_snb_driver/blob/master/src/main/java/com/ldbc/driver/workloads/ldbc/snb/interactive/LdbcSnbShortReadGenerator.java#L531
With that in mind we can produce performance results with different values for the same queries that influenced by the complex queries.
Would it be better if we generated the input for short queries in the same manner we do it for Complex and BI ones?