Skip to content

Commit

Permalink
Fix Serial for Node-group
Browse files Browse the repository at this point in the history
  • Loading branch information
aziz-mu committed Aug 11, 2023
1 parent fc32db0 commit 678854d
Show file tree
Hide file tree
Showing 52 changed files with 200,980 additions and 796 deletions.
2 changes: 2 additions & 0 deletions dataset/large-serial/copy.cypher
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CALL threads=2;
COPY serialtable FROM ["dataset/large-serial/serialtable0.csv", "dataset/large-serial/serialtable1.csv", "dataset/large-serial/serialtable2.csv", "dataset/large-serial/serialtable3.csv", "dataset/large-serial/serialtable4.csv"];
1 change: 1 addition & 0 deletions dataset/large-serial/schema.cypher
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
create node table serialtable (ID SERIAL, ID2 INT32, PRIMARY KEY (ID));
Loading

0 comments on commit 678854d

Please sign in to comment.