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
100 stars 86 forks source link

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

Closed winattack closed 10 months ago

winattack commented 10 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 10 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.)