-
Add resource for LDBC source
-
To allow proper validation with the LDBC BI workload, we'll need to implement an LDBC SNB driver, along the lines of the [Neo4j driver implementation](https://github.com/ldbc/ldbc_snb_implementations/…
-
[LDBC Benchmarks](https://ldbcouncil.org/benchmarks/overview/) are a great source of tests that really hone in on the things we need to benchmark:
- LDBC Social Network Benchmark (LDBC-SNB)
- The …
-
Hi there,
I'm encountering an issue when trying to run "./interactive-benchmark.sh" of SNB.I followed the installation instructions in the README file,but I get the following error message:
```
Par…
-
### Description
**Description:**
Hi, I followed the documentation to build the LDBC dataset and performed SNB Interactive Queries. However, the query performance seems slower than expected as …
-
~~~
#!/bin/bash
DEFAULT_HADOOP_HOME=$HOME/hadoop-2.6.0 #change to your hadoop folder
DEFAULT_LDBC_SNB_DATAGEN_HOME=`pwd` #change to your ldbc_snb_datagen folder
# allow overriding configuration …
-
Hi,
thanks for working on this data generator. We are using the generated FinBench datasets for our research and would kindly ask to support larger SFs in the generator than the currently supported f…
-
The following are some of the issues encountered while adding the LDBC SNB interactive queries to our benchmark:
- https://github.com/ldbc/ldbc_snb_interactive_impls/blob/main/cypher/queries/intera…
-
Hi,
I am reposting an open issue in the ldbc_snb_implementations repo here.
I am trying to use the cypher benchmark to evaluate the performance of Neo4j under different configurations. I set op…
-
## issue details
setting the ldbc.snb.interactive.short_read_dissipation to 0, in order to enforce only short read queries causes a constant spin on LdbcShortQueryFactory.create, forcing the follow…