diff options
author | bazeltsev <bazeltsev@yandex-team.ru> | 2022-04-18 20:50:42 +0300 |
---|---|---|
committer | bazeltsev <bazeltsev@yandex-team.ru> | 2022-04-18 20:50:42 +0300 |
commit | 9259e0b216dc9e8f21a065916f488a2715e8bafb (patch) | |
tree | acc3b5acfb75858afc2da8501e4187865eb1a250 | |
parent | 7a2df8eb0cfba3f6d2928678df8048d5ed33801f (diff) | |
download | ydb-9259e0b216dc9e8f21a065916f488a2715e8bafb.tar.gz |
fixed var
fixed
ref:c65a35f13f046622ffa4e7450134d9daa74aebcf
5 files changed, 6 insertions, 6 deletions
diff --git a/ydb/docs/en/core/best_practices/_includes/timeouts.md b/ydb/docs/en/core/best_practices/_includes/timeouts.md index 730f3cbce95..daa5682b594 100644 --- a/ydb/docs/en/core/best_practices/_includes/timeouts.md +++ b/ydb/docs/en/core/best_practices/_includes/timeouts.md @@ -1,5 +1,5 @@ --- -title: Using timeouts in Yandex Database (YDB) +title: Using timeouts in YDB description: 'The operation_timeout value determines the time during which the query result is interesting to the user. If the operation has not been performed during this time, the server returns an error with the Timeout code and tries to terminate the execution of the request, but the cancellation of the request is not guaranteed. It is always recommended to set both the operation timeout and the transport timeout.' --- # Using timeouts diff --git a/ydb/docs/en/core/concepts/_includes/index/intro.md b/ydb/docs/en/core/concepts/_includes/index/intro.md index 0d39df08023..73347477a01 100644 --- a/ydb/docs/en/core/concepts/_includes/index/intro.md +++ b/ydb/docs/en/core/concepts/_includes/index/intro.md @@ -1,5 +1,5 @@ --- -title: Yandex Database (YDB). DBMS overview +title: YDB. DBMS overview description: "Yandex Database (YDB): is a horizontally scalable distributed fault-tolerant DBMS. YDB is designed to meet high performance requirements. For example, a typical server can handle dozens of thousands of queries per second. The system is designed to handle hundreds of petabytes of data." --- # {{ ydb-short-name }} overview diff --git a/ydb/docs/en/core/concepts/_includes/serverless_and_dedicated/01_intro.md b/ydb/docs/en/core/concepts/_includes/serverless_and_dedicated/01_intro.md index 540c543c9e2..a6e18f090ed 100644 --- a/ydb/docs/en/core/concepts/_includes/serverless_and_dedicated/01_intro.md +++ b/ydb/docs/en/core/concepts/_includes/serverless_and_dedicated/01_intro.md @@ -1,5 +1,5 @@ --- -title: Serverless and Dedicated modes in Yandex Database +title: Serverless and Dedicated modes in YDB description: "YDB databases can be created in two modes Dedicated and Serverless. Dedicated mode of operation assumes that resources for Tablet instances and for executing YQL queries are selected from resources explicitly allocated for the compute database. In the Serverless mode of operation, the YDB infrastructure determines how many computing resources need to be allocated to service the user base." keywords: - ydb diff --git a/ydb/docs/presets.yaml b/ydb/docs/presets.yaml index 14e00ec51b2..c177676b034 100644 --- a/ydb/docs/presets.yaml +++ b/ydb/docs/presets.yaml @@ -11,7 +11,7 @@ default: feature_map_tables: true feature_group_by_rollup_cube: true feature_window_functions: true - ydb-full-name: Yandex Database + ydb-full-name: YDB ydb-short-name: YDB yandex-cloud: Yandex.Cloud ydb-name: YDB diff --git a/ydb/docs/ru/core/yql/reference/_includes/index/intro.md b/ydb/docs/ru/core/yql/reference/_includes/index/intro.md index 9359975f957..fb1941b22b8 100644 --- a/ydb/docs/ru/core/yql/reference/_includes/index/intro.md +++ b/ydb/docs/ru/core/yql/reference/_includes/index/intro.md @@ -1,10 +1,10 @@ --- -title: Что такое YQL? Обзор Yandex Query Language +title: Что такое YQL? Обзор YDB Query Language description: YQL (Yandex Query Language) — универсальный декларативный язык запросов к системам хранения и обработки данных, диалект SQL. Начать работать с YQL можно в веб-интерфейсе после создания базы данных. keywords: - yql - что такое yql - - Yandex Query Language + - YDB Query Language --- # YQL - Обзор |