Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JPryce-Aklundh committed Dec 3, 2024
1 parent 03fb85f commit cc598b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion modules/ROOT/pages/subqueries/call-subquery.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
:description: This page describes how to use Cypher's `CALL` subquery.
:page-aliases: clauses/call-subquery.adoc


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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
= CALL subqueries in transactions
:description: This page describes how to use CALL...IN TRANSACTIONS subquery with Cypher.
:page-aliases: clauses/call-subquery.adoc

:page-aliases:

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

0 comments on commit cc598b7

Please sign in to comment.