Skip to content

Commit 7051b07

Browse files
Fix typo
1 parent 03e1f57 commit 7051b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/howtos/pages/distributed-acid-transactions-from-the-sdk.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ include::{version-server}@sdk:shared:partial$acid-transactions.adoc[tag=query-op
195195
This section is optional reading, and only for those looking to maximize transactions performance.
196196

197197
After the first query statement in a transaction, subsequent Key-Value operations in the lambda are converted into N1QL and executed by the query service rather than the Key-Value data service.
198-
The operation will behave identically, and this implementation detail can largely be ignored, except for these two caveats:
198+
The operation will behave identically, and this implementation detail can largely be ignored, except for this caveat:
199199

200200
* These converted Key-Value operations are likely to be slightly slower, as the query service is optimised for statements involving multiple documents.
201201
Those looking for the maximum possible performance are recommended to put Key-Value operations before the first query in the lambda, if possible.

0 commit comments

Comments
 (0)