aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorilnaz <ilnaz@ydb.tech>2023-03-13 17:49:44 +0300
committerilnaz <ilnaz@ydb.tech>2023-03-13 17:49:44 +0300
commitb6393ee312b568a53416db1491af3a82a33b8e53 (patch)
tree1fa2d4dc9a5584bb5cd9bba1cba623ed09075654
parentd540fe0e652f31bbde0cb492df6c551bbd726ac9 (diff)
downloadydb-b6393ee312b568a53416db1491af3a82a33b8e53.tar.gz
Add cross-link to TTL's restrictions
-rw-r--r--ydb/docs/en/core/concepts/datamodel/_includes/table.md4
-rw-r--r--ydb/docs/ru/core/concepts/datamodel/_includes/table.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/ydb/docs/en/core/concepts/datamodel/_includes/table.md b/ydb/docs/en/core/concepts/datamodel/_includes/table.md
index e05d84dcc55..fb8b95007de 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 `Datetime` or a `Timestamp` value. 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 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.
| Parameter name | Type | Acceptable values | Update possibility | Reset capability |
| ------------- | --- | ------------------- | --------------------- | ------------------ |
@@ -168,4 +168,4 @@ The following restrictions apply to keys and values of custom attributes:
* Value length: 1–4096 bytes.
* The maximum total attribute size (a total length of all keys and values): 10,240 bytes.
-To learn how to add, edit, or get the current values of attributes or drop attributes, see [{#T}](../../../operations/manage-users-attr.md). \ No newline at end of file
+To learn how to add, edit, or get the current values of attributes or drop attributes, see [{#T}](../../../operations/manage-users-attr.md).
diff --git a/ydb/docs/ru/core/concepts/datamodel/_includes/table.md b/ydb/docs/ru/core/concepts/datamodel/_includes/table.md
index 4e3dd5fce3f..634e7a29c00 100644
--- a/ydb/docs/ru/core/concepts/datamodel/_includes/table.md
+++ b/ydb/docs/ru/core/concepts/datamodel/_includes/table.md
@@ -108,7 +108,7 @@
## Автоматическое удаление устаревших данных (TTL) {#ttl}
-{{ ydb-short-name }} поддерживает функцию автоматического фонового удаления устаревших данных. В схеме данных таблицы может быть определена колонка, содержащая значение типа `Datetime` или `Timestamp`, значение которой у всех строк будет сравниваться в фоновом режиме с текущим временем. Строки, для которых текущее время стало больше чем значение в колонке с учетом заданной задержки, будут удалены.
+{{ ydb-short-name }} поддерживает функцию автоматического фонового удаления устаревших данных. В схеме данных таблицы может быть определена колонка [подходящего типа](../../../concepts/ttl.md#restrictions), значение которой у всех строк будет сравниваться в фоновом режиме с текущим временем. Строки, для которых текущее время стало больше, чем значение в колонке с учетом заданной задержки, будут удалены.
| Имя параметра | Тип | Допустимые значения | Возможность изменения | Возможность сброса |
| ------------- | --- | ------------------- | --------------------- | ------------------ |