From 87b61def7cdc42c1a5f42933ca81d6b6da100639 Mon Sep 17 00:00:00 2001 From: Dorota Wojcik Date: Thu, 21 Sep 2023 16:12:34 +0200 Subject: [PATCH] fix --- docs/products/clickhouse/howto/configure-tiered-storage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/products/clickhouse/howto/configure-tiered-storage.rst b/docs/products/clickhouse/howto/configure-tiered-storage.rst index ec71794824..31e7c9d9a8 100644 --- a/docs/products/clickhouse/howto/configure-tiered-storage.rst +++ b/docs/products/clickhouse/howto/configure-tiered-storage.rst @@ -53,7 +53,7 @@ Create a new table with the ``storage_policy`` setting set to ``tiered`` (to :do ENGINE = MergeTree ORDER BY (SearchDate, SearchID) PARTITION BY toYYYYMM(SearchDate) - TTL SearchDate + INTERVAL 1 WEEK TO VOLUME 'tiered' + TTL SearchDate + INTERVAL 1 WEEK TO VOLUME 'remote' SETTINGS storage_policy = 'tiered'; Add TTL to an existing table