Skip to content

Commit 4280745

Browse files
authored
Update GSQL.md
1 parent 5ebd77e commit 4280745

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

tutorials/GSQL.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ To follow this tutorial, install the TigerGraph Docker image (configured with 8
6565
- [Join Statement](#join-statement)
6666
- [Union Statement](#union-statement)
6767
- [Union All Statement](#union-all-statement)
68-
- [Unwind Statement](#unwind-statement)
68+
- [Unwind Statement](#unwind-statement)
69+
- [LDBC Benchmark Queries](#ldbc-benchmark-queries)
6970
- [Support](#support)
7071
- [Contact](#contact)
7172
- [References](#references)
@@ -2946,6 +2947,16 @@ run query unwindExample2()
29462947
- Instead of creating a separate table first (`T1`), the list column `ratioList` is **expanded per row of `T1`** directly into `T2`.
29472948
- The columns from `T1` (like `acct` and `totalAmt`) are preserved in `T2`, with additional rows for each `ratio`.
29482949

2950+
[Go back to top](#top)
2951+
2952+
---
2953+
# LDBC Benchmark Queries
2954+
2955+
To further demonstrate GSQL’s capabilities, we have implemented the complete LDBC SNB benchmark suite. The official benchmark specification is available [here](https://ldbcouncil.org/ldbc_snb_docs/ldbc-snb-specification.pdf).
2956+
2957+
You can explore the full set of benchmark queries [here](https://github.com/tigergraph/ecosys/tree/master/tutorials/ldbc).
2958+
2959+
29492960
[Go back to top](#top)
29502961

29512962
---

0 commit comments

Comments
 (0)