You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Instead of creating a separate table first (`T1`), the list column `ratioList`is**expanded per row of `T1`** directly into `T2`.
2947
2948
- The columns from`T1` (like `acct`and`totalAmt`) are preserved in`T2`, with additional rows for each `ratio`.
2948
2949
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 LDBCSNB 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).
0 commit comments