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: doc/reference/reference_lua/connpool.rst
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@ Module experimental.connpool
11
11
12
12
An ``experimental.connpool`` module provides a set of features for connecting to remote cluster instances and for executing remote procedure calls on an instance that satisfies the specified criteria.
13
13
14
+
.. NOTE::
15
+
16
+
Note that the execution time for ``experimental.connpool`` functions depends on the number of instances and the time required to connect to each instance.
17
+
18
+
14
19
15
20
.. _connpool_module_load:
16
21
@@ -162,7 +167,7 @@ Functions
162
167
* ``roles`` -- the :ref:`roles <configuration_application_roles>` of an instance.
163
168
* ``mode`` -- a mode that allows filtering candidates based on their read-only status. This option accepts the following values:
164
169
165
-
* ``nil`` -- don't check the read-only status of instances.
170
+
* ``nil`` (default) -- don't check the read-only status of instances.
0 commit comments