-
~~~
#!/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 …
-
### 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 …
-
SNB Interactive data sets used to have dependant date attributes.
![image](https://user-images.githubusercontent.com/1402801/177143408-d3d7cb03-c763-4255-bf2d-efb3de3f4619.png)
Code:
* https://…
-
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…
-
![](http://snag.gy/3ZcnP.jpg)
Console messages:
```
[info] application - View notebook 'sql/Using Spark SQL.snb'
[debug] application - content: sql/Using Spark SQL.snb
[debug] application - getNoteb…
-
_This issue was originally posted by @haikalpribadi on 2017-06-27 18:14_.
Editing multiple files is easier in terms of workflow so we (Miko & other ontology designers) currently do this:
graql.sh -…
-
The SNB Interactive benchmark is currently limited to:
- Data sets up to SF1000
- Append-only workloads without deletions
These could be amended by backporting the improvements made for the BI wo…
-
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…
-
Many SNB queries such as IC1, IC4, IC5 (see https://github.com/cwida/duckpgq-experiments/issues/26 for all) require optional matches. The PGQ syntax would be `()-[]->?()`.
Snippet from the SQL/PGQ…