Closed huyannb closed 8 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
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?