diff options
author | alextarazanov <alextarazanov@yandex-team.com> | 2023-03-24 18:42:35 +0300 |
---|---|---|
committer | alextarazanov <alextarazanov@yandex-team.com> | 2023-03-24 18:42:35 +0300 |
commit | 951346d51843bcc0698bac6949eeff69f4b19549 (patch) | |
tree | 5508eb6395739ac408c49a861679e7ebbf42cc29 | |
parent | 00a6cee06414635cb2e28b518aded7d82c16e1e4 (diff) | |
download | ydb-951346d51843bcc0698bac6949eeff69f4b19549.tar.gz |
translation
Перевод https://st.yandex-team.ru/
-rw-r--r-- | ydb/docs/en/core/concepts/datamodel/_includes/table.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/docs/en/core/concepts/datamodel/_includes/table.md b/ydb/docs/en/core/concepts/datamodel/_includes/table.md index b10c1c1954..f5e2a860a2 100644 --- a/ydb/docs/en/core/concepts/datamodel/_includes/table.md +++ b/ydb/docs/en/core/concepts/datamodel/_includes/table.md @@ -108,7 +108,7 @@ If there are multiple followers, their delay from the leader may vary: although ## Deleting expired data (TTL) {#ttl} -{{ ydb-short-name }} supports automatic background deletion of expired data. A table data schema may define a column containing a value of [supported type](../../../concepts/ttl.md#restrictions). A comparison of this value with the current time for all rows will be performed in the background. Rows for which the current time becomes greater than the column value, factoring in the specified delay, will be deleted. +{{ ydb-short-name }} supports automatic background deletion of expired data. A table data schema may define a column of the [appropriate type](../../../concepts/ttl.md#restrictions). The column value for all rows will be compared with the current time in the background. Rows for which the current time becomes greater than the column value, factoring in the specified delay, will be deleted. | Parameter name | Type | Acceptable values | Update possibility | Reset capability | | ------------- | --- | ------------------- | --------------------- | ------------------ | |