Skip to content

Commit cc598b7

Browse files
fix
1 parent 03fb85f commit cc598b7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

modules/ROOT/pages/subqueries/call-subquery.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
:description: This page describes how to use Cypher's `CALL` subquery.
33
:page-aliases: clauses/call-subquery.adoc
44

5-
65
The `CALL` clause can be used to invoke subqueries that execute operations within a defined scope, thereby optimizing data handling and query efficiency.
76
Unlike other subqueries in Cypher, `CALL` subqueries can be used to perform changes to the database (e.g. xref:clauses/create.adoc[] new nodes).
87

modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
= CALL subqueries in transactions
22
:description: This page describes how to use CALL...IN TRANSACTIONS subquery with Cypher.
3-
:page-aliases: clauses/call-subquery.adoc
4-
3+
:page-aliases:
54

65
`CALL` subqueries can be made to execute in separate, inner transactions, producing intermediate commits.
76
This can be useful when doing large write operations, like batch updates, imports, and deletes.

0 commit comments

Comments
 (0)