Skip to content

Commit

Permalink
Update modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Hannah Tse Debenham <[email protected]>
  • Loading branch information
PetrJanouch and htsedebenham authored Feb 26, 2024
1 parent 9809728 commit 2cd7843
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ offers a way to construct queries modifying multiple graphs.

[[composite-databases-batching]]
=== Batch size in composite databases
Since queries on composite databases can interact with more than one graph, batching is slightly more complicated there.
Since queries on composite databases can interact with more than one graph, batching is slightly more complicated.
The batch size declared with `IN TRANSACTIONS OF ... ROWS` represents an upper limit of the batch size. The real batch size
depends on the evaluation of `USE` clause. Calls targeting different graphs can't be interleaved so if a `USE` clause
evaluates to a different target than the current one, the batch is committed and a new one started.
Expand Down

0 comments on commit 2cd7843

Please sign in to comment.