Skip to content

Commit 1f2bd60

Browse files
authored
Added the note about the limit on total size of a single row (#20031)
1 parent 31c56cf commit 1f2bd60

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ydb/docs/en/core/concepts/_includes/limits-ydb.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ The table below lists the limits that apply to query execution.
4949
| Maximum number of sessions per cluster node | 1,000 | The limit on the number of sessions that clients can create with each {{ ydb-short-name }} node. | OVERLOADED |
5050
| Maximum query text length | 10 KB | The maximum allowable length of YQL query text. | BAD_REQUEST |
5151
| Maximum size of parameter values | 50 MB | The maximum total size of parameters passed when executing a previously prepared query. | BAD_REQUEST |
52+
| Maximum size of a row | 50 MB | The maximum total size of all fields of a single row returned or produced by the query. | PRECONDITION_FAILED |
5253

5354
{% cut "Legacy Limits" %}
5455

ydb/docs/ru/core/concepts/_includes/limits-ydb.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
| Максимальное количество сессий на ноду кластера | 1000 | Ограничение на количество сессий, которые клиент может создать с каждой нодой {{ ydb-short-name }}. | OVERLOADED |
5050
| Максимальная длина текста запроса | 10 Кб | Ограничение на длину текста YQL-запроса. | BAD_REQUEST |
5151
| Максимальный размер значений параметров | 50 Мб | Ограничение на суммарный размер параметров, передаваемых при выполнении ранее подготовленного запроса. | BAD_REQUEST |
52+
| Максимальный размер строки | 50 Мб | Ограничение на суммарный размер всех полей одной строки, возвращаемой или формируемой запросом. | PRECONDITION_FAILED |
5253

5354
{% cut "Устаревшие ограничения" %}
5455

0 commit comments

Comments
 (0)