ldbc / ldbc_snb_interactive_v1_impls

Reference implementations for LDBC Social Network Benchmark's Interactive workload.
https://ldbcouncil.org/benchmarks/snb-interactive
Apache License 2.0
98 stars 85 forks source link

What is the relationship between operation_count, validation_parameters_size and generated records in create-parameters step? #405

Closed huyannb closed 8 months ago

huyannb commented 9 months ago

in create-validation-parameters.properties, there are two fields: operation_count and validation_parameters_size, they can contributed to the number of records in validation_params.csv. My question is: how does the records in validation_params.csv be calculated?

szarnyasg commented 9 months ago

Set the operation_count to a number that's much higher (e.g. 200x) than the validation_parameters_size. The script will stop once validation_parameters_size amount of operations have been issued.

For an example, see the configuration files of the reference implementations, e.g.: https://github.com/ldbc/ldbc_snb_interactive_v1_impls/blob/main/cypher/driver/create-validation-parameters.properties