Skip to content

Commit ea2a849

Browse files
Apply suggestions from code review
Co-authored-by: Andrey Fomichev <andrey.fomichev@gmail.com>
1 parent accff03 commit ea2a849

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ydb/docs/en/core/concepts/_includes/ttl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time to Live (TTL) and Eviction to External Storage
1+
# Time to Live (TTL) and eviction to external storage
22

33
This section describes how the TTL mechanism works and what its limits are.
44

ydb/docs/en/core/concepts/toc_i.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ items:
1919
- name: Change Data Capture (CDC)
2020
href: cdc.md
2121
when: feature_changefeed
22-
- name: Time to Live (TTL) and Eviction to External Storage
22+
- name: Time to live and eviction
2323
href: ttl.md
2424
- name: Scan queries
2525
href: scan_query.md

ydb/docs/en/core/recipes/yql/toc_p.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ items:
55
href: accessing-json.md
66
- name: Modifying JSON
77
href: modifying-json.md
8-
- name: Configuring time to live (TTL)
8+
- name: Configuring TTL
99
href: ttl.md

ydb/docs/ru/core/recipes/ydb-sdk/toc_i.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ items:
3939
href: bulk-upsert.md
4040
- name: Установка режима выполнения транзакции
4141
href: tx-control.md
42-
- name: Настройка TTL таблиц
42+
- name: Настройка TTL
4343
href: ttl.md
4444
- name: Координация
4545
items:

ydb/docs/ru/core/recipes/yql/toc_p.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ items:
55
href: accessing-json.md
66
- name: Модификация JSON
77
href: modifying-json.md
8-
- name: Настройка TTL таблиц
8+
- name: Настройка TTL
99
href: ttl.md

ydb/docs/ru/core/yql/reference/yql-core/syntax/create_table/with.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ WITH (
4848

4949
Свойства и возможности колоночных таблиц описаны в статье [{#T}](../../../../concepts/datamodel/table.md), а специфика их создания через YQL описана на странице [{#T}](./index.md).
5050

51-
## Time to Live (TTL) {#time-to-live}
51+
## Time to Live (TTL) и вытеснение данных во внешнее хранилище {#time-to-live}
5252

5353
В блоке `WITH` можно задать TTL (Time to Live) — время жизни строки для строковых и колоночных таблиц. [TTL](../../../../concepts/ttl.md) автоматически удаляет или вытесняет во внешнее хранилище строки, когда проходит указанное количество секунд от времени, записанного в TTL-колонку. TTL можно задать при создании строковой и колоночной таблицы или добавить позже командой `ALTER TABLE` только в строковую таблицу.
5454

0 commit comments

Comments
 (0)