Skip to content

Commit 090a7d9

Browse files
committed
Say that update operations count limit is per tuple
1 parent 585bd97 commit 090a7d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/book/box/limitations.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Limitations
99
For TREE or HASH indexes, the maximum
1010
is 255 (``box.schema.INDEX_PART_MAX``). For :ref:`RTREE <box_index-rtree>` indexes, the
1111
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.
1313

1414
.. _limitations_indexes_in_space:
1515

@@ -30,7 +30,7 @@ Limitations
3030

3131
**Number of bytes in a tuple**
3232

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
3434
:ref:`memtx_max_tuple_size <cfg_storage-memtx_max_tuple_size>` or
3535
:ref:`vinyl_max_tuple_size <cfg_storage-vinyl_max_tuple_size>`
3636
(with a metadata
@@ -75,7 +75,7 @@ Limitations
7575

7676
**Update operations count**
7777

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
7979
is 4000 (``BOX_UPDATE_OP_CNT_MAX``).
8080

8181
.. _limitations_users_and_roles:

0 commit comments

Comments
 (0)