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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ If you want to use a custom-built DuckDB binary:
15
15
16
16
The example data set in this repository reflects the toy graphs used in the LDBC SNB:
17
17
18
-
*[Example graph without refresh operations](https://ldbcouncil.org/ldbc_snb_docs/example-graph-without-refreshes.pdf)
19
-
*[Example graph with refresh operations](https://ldbcouncil.org/ldbc_snb_docs/example-graph-with-refreshes.pdf)
18
+
*[Example graph without updates operations](https://ldbcouncil.org/ldbc_snb_docs/example-graph-without-updates.pdf)
19
+
*[Example graph with updates operations](https://ldbcouncil.org/ldbc_snb_docs/example-graph-with-updates.pdf)
20
20
21
21
The example graph is serialized using the `raw` serializer (composite-merged-fk layout) which contains the entire temporal graph without filtering/batching.
0 commit comments