diff --git a/docs/products/clickhouse/howto/configure-tiered-storage.rst b/docs/products/clickhouse/howto/configure-tiered-storage.rst index 76c68580d3..ec71794824 100644 --- a/docs/products/clickhouse/howto/configure-tiered-storage.rst +++ b/docs/products/clickhouse/howto/configure-tiered-storage.rst @@ -41,7 +41,7 @@ Configure time-based data retention Add TTL to a new table '''''''''''''''''''''' -Create a new table with the ``storage_policy`` setting set to ``tiered`` (to :doc:`enabled ` the feature) and TTL (time-to-live) configured to add a time-based data retention threshold on the table. +Create a new table with the ``storage_policy`` setting set to ``tiered`` (to :doc:`enable ` the feature) and TTL (time-to-live) configured to add a time-based data retention threshold on the table. .. code-block:: shell diff --git a/docs/products/clickhouse/howto/transfer-data-tiered-storage.rst b/docs/products/clickhouse/howto/transfer-data-tiered-storage.rst index b5d98cdf53..113cbb6adf 100644 --- a/docs/products/clickhouse/howto/transfer-data-tiered-storage.rst +++ b/docs/products/clickhouse/howto/transfer-data-tiered-storage.rst @@ -30,7 +30,7 @@ If you :doc:`enable ` the .. code-block:: bash - ALTER TABLE database-name.tablename SET storage_policy=”tiered” + ALTER TABLE database-name.tablename MODIFY SETTING storage_policy = 'tiered' .. topic:: Result