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
Copy file name to clipboardExpand all lines: ydb/docs/en/core/concepts/_includes/limits-ydb.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ The table below lists the limits that apply to query execution.
49
49
| 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 |
50
50
| Maximum query text length | 10 KB | The maximum allowable length of YQL query text. | BAD_REQUEST |
51
51
| 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 |
Copy file name to clipboardExpand all lines: ydb/docs/ru/core/concepts/_includes/limits-ydb.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@
49
49
| Максимальное количество сессий на ноду кластера | 1000 | Ограничение на количество сессий, которые клиент может создать с каждой нодой {{ ydb-short-name }}. | OVERLOADED |
50
50
| Максимальная длина текста запроса | 10 Кб | Ограничение на длину текста YQL-запроса. | BAD_REQUEST |
51
51
| Максимальный размер значений параметров | 50 Мб | Ограничение на суммарный размер параметров, передаваемых при выполнении ранее подготовленного запроса. | BAD_REQUEST |
52
+
| Максимальный размер строки | 50 Мб | Ограничение на суммарный размер всех полей одной строки, возвращаемой или формируемой запросом. | PRECONDITION_FAILED |
0 commit comments