@@ -237,8 +237,8 @@ where:
237
237
* ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuple
238
238
(first return value is ` nil ` ). ` false ` by default
239
239
* ` fetch_latest_metadata ` (` ?boolean ` ) - guarantees the
240
- up-to-date metadata (space format) in first return value, otherwise
241
- it may not take into account the latest migration of the data format.
240
+ up-to-date metadata (space format) in first return value, otherwise
241
+ it may not take into account the latest migration of the data format.
242
242
Performance overhead is up to 15%. ` false ` by default
243
243
244
244
Returns metadata and array contains one inserted row, error.
@@ -308,8 +308,8 @@ where:
308
308
* ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuples
309
309
(first return value is ` nil ` ). ` false ` by default
310
310
* ` fetch_latest_metadata ` (` ?boolean ` ) - guarantees the
311
- up-to-date metadata (space format) in first return value, otherwise
312
- it may not take into account the latest migration of the data format.
311
+ up-to-date metadata (space format) in first return value, otherwise
312
+ it may not take into account the latest migration of the data format.
313
313
Performance overhead is up to 15%. ` false ` by default
314
314
315
315
Returns metadata and array with inserted rows, array of errors.
@@ -450,8 +450,8 @@ where:
450
450
vshard router instance. Set this parameter if your space is not
451
451
a part of the default vshard cluster
452
452
* ` fetch_latest_metadata ` (` ?boolean ` ) - guarantees the
453
- up-to-date metadata (space format) in first return value, otherwise
454
- it may not take into account the latest migration of the data format.
453
+ up-to-date metadata (space format) in first return value, otherwise
454
+ it may not take into account the latest migration of the data format.
455
455
Performance overhead is up to 15%. ` false ` by default
456
456
457
457
Returns metadata and array contains one row, error.
@@ -493,8 +493,8 @@ where:
493
493
* ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuple
494
494
(first return value is ` nil ` ). ` false ` by default
495
495
* ` fetch_latest_metadata ` (` ?boolean ` ) - guarantees the
496
- up-to-date metadata (space format) in first return value, otherwise
497
- it may not take into account the latest migration of the data format.
496
+ up-to-date metadata (space format) in first return value, otherwise
497
+ it may not take into account the latest migration of the data format.
498
498
Performance overhead is up to 15%. ` false ` by default
499
499
500
500
Returns metadata and array contains one updated row, error.
@@ -535,8 +535,8 @@ where:
535
535
* ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuple
536
536
(first return value is ` nil ` ). ` false ` by default
537
537
* ` fetch_latest_metadata ` (` ?boolean ` ) - guarantees the
538
- up-to-date metadata (space format) in first return value, otherwise
539
- it may not take into account the latest migration of the data format.
538
+ up-to-date metadata (space format) in first return value, otherwise
539
+ it may not take into account the latest migration of the data format.
540
540
Performance overhead is up to 15%. ` false ` by default
541
541
542
542
Returns metadata and array contains one deleted row (empty for vinyl), error.
@@ -588,8 +588,8 @@ where:
588
588
* ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuple
589
589
(first return value is ` nil ` ). ` false ` by default
590
590
* ` fetch_latest_metadata ` (` ?boolean ` ) - guarantees the
591
- up-to-date metadata (space format) in first return value, otherwise
592
- it may not take into account the latest migration of the data format.
591
+ up-to-date metadata (space format) in first return value, otherwise
592
+ it may not take into account the latest migration of the data format.
593
593
Performance overhead is up to 15%. ` false ` by default
594
594
595
595
Returns inserted or replaced rows and metadata or nil with error.
@@ -659,8 +659,8 @@ where:
659
659
* ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuples
660
660
(first return value is ` nil ` ). ` false ` by default
661
661
* ` fetch_latest_metadata ` (` ?boolean ` ) - guarantees the
662
- up-to-date metadata (space format) in first return value, otherwise
663
- it may not take into account the latest migration of the data format.
662
+ up-to-date metadata (space format) in first return value, otherwise
663
+ it may not take into account the latest migration of the data format.
664
664
Performance overhead is up to 15%. ` false ` by default
665
665
666
666
Returns metadata and array with inserted/replaced rows, array of errors.
@@ -801,8 +801,8 @@ where:
801
801
* ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuple
802
802
(first return value is ` nil ` ). ` false ` by default
803
803
* ` fetch_latest_metadata ` (` ?boolean ` ) - guarantees the
804
- up-to-date metadata (space format) in first return value, otherwise
805
- it may not take into account the latest migration of the data format.
804
+ up-to-date metadata (space format) in first return value, otherwise
805
+ it may not take into account the latest migration of the data format.
806
806
Performance overhead is up to 15%. ` false ` by default
807
807
808
808
Returns metadata and empty array of rows or nil, error.
@@ -868,8 +868,8 @@ where:
868
868
* ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuples
869
869
(first return value is ` nil ` ). ` false ` by default
870
870
* ` fetch_latest_metadata ` (` ?boolean ` ) - guarantees the
871
- up-to-date metadata (space format) in first return value, otherwise
872
- it may not take into account the latest migration of the data format.
871
+ up-to-date metadata (space format) in first return value, otherwise
872
+ it may not take into account the latest migration of the data format.
873
873
Performance overhead is up to 15%. ` false ` by default
874
874
875
875
Returns metadata and array of errors.
@@ -1014,8 +1014,8 @@ where:
1014
1014
* ` yield_every ` (` ?number ` ) - number of tuples processed on storage to yield after,
1015
1015
` yield_every ` should be > 0, default value is 1000
1016
1016
* ` fetch_latest_metadata ` (` ?boolean ` ) - guarantees the
1017
- up-to-date metadata (space format) in first return value, otherwise
1018
- it may not take into account the latest migration of the data format.
1017
+ up-to-date metadata (space format) in first return value, otherwise
1018
+ it may not take into account the latest migration of the data format.
1019
1019
Performance overhead is up to 15%. ` false ` by default
1020
1020
1021
1021
0 commit comments