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: snowgraph/tpch-example.sql
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -126,8 +126,7 @@ USE DATABASE Neo4j_GDS;
126
126
127
127
-- Next, we want to consider the warehouse that the GDS application will use to execute queries.
128
128
-- For this example a MEDIUM size warehouse, so we configure the application's warehouse accordingly
129
-
ALTER WAREHOUSE Neo4j_GDS_app_warehouse
130
-
WAREHOUSE_SIZE='MEDIUM';
129
+
ALTER WAREHOUSE Neo4j_GDS_app_warehouse SET WAREHOUSE_SIZE='MEDIUM';
131
130
-- A highly performant warehouse will speed up graph projections but does not affect algorithm computation.
132
131
-- It can therefore be a good idea to alter the warehouse size and make other configuration changes to increase performance when projecting larger amounts of data.
133
132
-- The warehouse can then be brought back to a less expensive configuration after the projection is done.
0 commit comments