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
*`timeout` (`?number`) - `vshard.call` timeout (in seconds)
456
+
*`timeout` (`?number`) - `vshard.call` timeout and vshard master
457
+
discovery timeout (in seconds), default value is 2
454
458
*`bucket_id` (`?number|cdata`) - bucket ID
455
459
*`fields` (`?table`) - field names for getting only a subset of fields
456
460
*`vshard_router` (`?string|table`) - Cartridge vshard group name or
@@ -485,7 +489,8 @@ where:
485
489
*`space_name` (`string`) - name of the space
486
490
*`key` (`any`) - primary key value
487
491
*`opts`:
488
-
*`timeout` (`?number`) - `vshard.call` timeout (in seconds)
492
+
*`timeout` (`?number`) - `vshard.call` timeout and vshard master
493
+
discovery timeout (in seconds), default value is 2
489
494
*`bucket_id` (`?number|cdata`) - bucket ID
490
495
*`fields` (`?table`) - field names for getting only a subset of fields
491
496
*`vshard_router` (`?string|table`) - Cartridge vshard group name or
@@ -522,7 +527,8 @@ where:
522
527
*`space_name` (`string`) - name of the space
523
528
*`tuple` / `object` (`table`) - tuple/object to insert or replace exist one
524
529
*`opts`:
525
-
*`timeout` (`?number`) - `vshard.call` timeout (in seconds)
530
+
*`timeout` (`?number`) - `vshard.call` timeout and vshard master
531
+
discovery timeout (in seconds), default value is 2
526
532
*`bucket_id` (`?number|cdata`) - bucket ID
527
533
*`fields` (`?table`) - field names for getting only a subset of fields
528
534
*`vshard_router` (`?string|table`) - Cartridge vshard group name or
@@ -581,7 +587,8 @@ where:
581
587
*`space_name` (`string`) - name of the space to insert/replace an object
582
588
*`tuples` / `objects` (`table`) - array of tuples/objects to insert
583
589
*`opts`:
584
-
*`timeout` (`?number`) - `vshard.call` timeout (in seconds)
590
+
*`timeout` (`?number`) - `vshard.call` timeout and vshard master
591
+
discovery timeout (in seconds), default value is 2
585
592
*`fields` (`?table`) - field names for getting only a subset of fields
586
593
*`stop_on_error` (`?boolean`) - stop on a first error and report error
587
594
regarding the failed operation and error about what tuples were not
@@ -730,7 +737,8 @@ where:
730
737
*`tuple` / `object` (`table`) - tuple/object to insert if there is no existing tuple which matches the key fields
731
738
*`operations` (`table`) - update [operations](https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/update/) if there is an existing tuple which matches the key fields of tuple
732
739
*`opts`:
733
-
*`timeout` (`?number`) - `vshard.call` timeout (in seconds)
740
+
*`timeout` (`?number`) - `vshard.call` timeout and vshard master
741
+
discovery timeout (in seconds), default value is 2
734
742
*`bucket_id` (`?number|cdata`) - bucket ID
735
743
*`fields` (`?table`) - field names for getting only a subset of fields
736
744
*`vshard_router` (`?string|table`) - Cartridge vshard group name or
@@ -785,7 +793,8 @@ where:
785
793
if there is tuple with duplicate key then existing tuple will
786
794
be updated with update operations
787
795
*`opts`:
788
-
*`timeout` (`?number`) - `vshard.call` timeout (in seconds)
796
+
*`timeout` (`?number`) - `vshard.call` timeout and vshard master
797
+
discovery timeout (in seconds), default value is 2
789
798
*`fields` (`?table`) - field names for getting only a subset of fields
790
799
*`stop_on_error` (`?boolean`) - stop on a first error and report error
791
800
regarding the failed operation and error about what tuples were not
@@ -1108,7 +1117,8 @@ where:
1108
1117
1109
1118
*`space_name` (`string`) - name of the space
1110
1119
*`opts`:
1111
-
*`timeout` (`?number`) - `vshard.call` timeout (in seconds)
1120
+
*`timeout` (`?number`) - `vshard.call` timeout and vshard master
1121
+
discovery timeout (in seconds), default value is 2
1112
1122
*`vshard_router` (`?string|table`) - Cartridge vshard group name or
1113
1123
vshard router instance. Set this parameter if your space is not
1114
1124
a part of the default vshard cluster
@@ -1220,7 +1230,8 @@ where:
1220
1230
*`opts`:
1221
1231
*`yield_every` (`?number`) - number of tuples processed to yield after,
1222
1232
`yield_every` should be > 0, default value is 100
1223
-
*`timeout` (`?number`) - `vshard.call` timeout (in seconds), default value is 2
1233
+
*`timeout` (`?number`) - `vshard.call` timeout and vshard master
1234
+
discovery timeout (in seconds), default value is 2
1224
1235
*`bucket_id` (`?number|cdata`) - bucket ID
1225
1236
*`force_map_call` (`?boolean`) - if `true`
1226
1237
then the map call is performed without any optimizations even,
0 commit comments