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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/actions/transaction-configuration.adoc
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,13 @@
6
6
For any transaction-initiating request (such as `/tx` or `tx/commit`), you can provide configuration options that apply for the duration of the whole transaction.
7
7
8
8
== Access Mode
9
-
To ensure that efficient load balancing across a cluster, it is important to label transactions that only contain `READ` statements with a `READ` access mode.
9
+
10
+
To ensure efficient load balancing across a cluster, it is important to label transactions that only contain `READ` statements with a `READ` access mode.
10
11
11
12
This can be done by adding an `access-mode` header to the request, with a value of `READ`.
12
13
14
+
This feature was introduced in Neo4j version 4.4.4.
15
+
13
16
[WARNING]
14
17
====
15
18
If an `access-mode` configuration has *not* been provided, the default value is `WRITE`.
0 commit comments