diff --git a/ydb/docs/en/core/_includes/limitation-column-row-in-read-only-tx.md b/ydb/docs/en/core/_includes/limitation-column-row-in-read-only-tx.md index a331b9e047e3..1039f434a193 100644 --- a/ydb/docs/en/core/_includes/limitation-column-row-in-read-only-tx.md +++ b/ydb/docs/en/core/_includes/limitation-column-row-in-read-only-tx.md @@ -1,3 +1,3 @@ The simultaneous use of [column-oriented tables](../concepts/glossary.md#column-oriented-table) and [row-oriented tables](../concepts/glossary.md#row-oriented-table) is possible only in read-only transactions. Support for write transactions involving both types of tables simultaneously is under development. -If a write transaction includes both types of tables, it fails with the following error: `Write transactions between column and row tables are disabled at current time`. \ No newline at end of file +If a write transaction includes both types of tables, it fails with the following error: `Write transactions that use both row-oriented and column-oriented tables are disabled at current time`. \ No newline at end of file diff --git a/ydb/docs/ru/core/yql/reference/_includes/limitation-column-row-in-read-only-tx.md b/ydb/docs/ru/core/yql/reference/_includes/limitation-column-row-in-read-only-tx.md index f7a86475cc45..a6959ea9ba30 100644 --- a/ydb/docs/ru/core/yql/reference/_includes/limitation-column-row-in-read-only-tx.md +++ b/ydb/docs/ru/core/yql/reference/_includes/limitation-column-row-in-read-only-tx.md @@ -1,3 +1,3 @@ В настоящее время одновременное использование {% if backend_name == 'YDB' %}[колоночных](../../../concepts/glossary.md#column-oriented-table){% else %}колоночных{% endif %} и {% if backend_name == 'YDB' %}[строковых](../../../concepts/glossary.md#row-oriented-table){% else %}строковых{% endif %} таблиц возможно только в Read-Only транзакциях. Поддержка транзакций с возможностью записи при одновременном использовании строковых и колоночных таблиц находится в разработке. -Если попытаться выполнить операцию записи в транзакции, в которой задействованы и колоночные, и строковые таблицы, транзакция завершится с ошибкой: `Write transactions between column and row tables are disabled at current time`. +Если попытаться выполнить операцию записи в транзакции, в которой задействованы и колоночные, и строковые таблицы, транзакция завершится с ошибкой: `Write transactions that use both row-oriented and column-oriented tables are disabled at current time`.