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
This section is optional reading, and only for those looking to maximize transactions performance.
196
+
197
+
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:
199
+
200
+
* These converted Key-Value operations are likely to be slightly slower, as the query service is optimised for statements involving multiple documents.
201
+
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