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
97 stars 85 forks source link

Which versions of dataset do the pre generated validation parameters from? #400

Closed winattack closed 8 months ago

winattack commented 8 months ago

image for example, for sf0.1, have many datasets, like social_network-sf0.1-CsvBasic-LongDateFormatter.tar.zst, social_network-sf0.1-CsvCompositeMergeForeign-LongDateFormatter.tar.zst and so on. My questions are:

  1. Which dataset does the pre generated validation parameters from?
  2. If the validation parameters are from A dataset, and my database imports B dataset, is it Ok?
szarnyasg commented 8 months ago
  1. The Neo4j implementation uses the social_network-csv_composite-longdateformatter-sf* data sets, see the its README
  2. Yes, each implementation is free to select the format of its input data (e.g. CSV with CompositeMergeForeign layout, Turtle, CSV with CompositeProjectedFK layout and LongDateFormatter-formatted strings, etc.)