File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Limitations
9
9
For TREE or HASH indexes, the maximum
10
10
is 255 (``box.schema.INDEX_PART_MAX ``). For :ref: `RTREE <box_index-rtree >` indexes, the
11
11
maximum is 1 but the field is an ARRAY of up to 20 dimensions.
12
- For BITSET indexes, the maximum is 1.
12
+ For BITSET indexes, the maximum is 1.
13
13
14
14
.. _limitations_indexes_in_space :
15
15
@@ -30,7 +30,7 @@ Limitations
30
30
31
31
**Number of bytes in a tuple **
32
32
33
- The maximal number of bytes in a tuple is roughly equal to
33
+ The maximal number of bytes in a tuple is roughly equal to
34
34
:ref: `memtx_max_tuple_size <cfg_storage-memtx_max_tuple_size >` or
35
35
:ref: `vinyl_max_tuple_size <cfg_storage-vinyl_max_tuple_size >`
36
36
(with a metadata
@@ -75,7 +75,7 @@ Limitations
75
75
76
76
**Update operations count **
77
77
78
- The maximum number of operations that can be in a single update
78
+ The maximum number of operations per tuple that can be in a single update
79
79
is 4000 (``BOX_UPDATE_OP_CNT_MAX ``).
80
80
81
81
.. _limitations_users_and_roles :
You can’t perform that action at this time.
0 commit comments