Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Aris's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Sep 19, 2023
1 parent 1731de7 commit 75a8cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 </docs/products/clickhouse/howto/enable-tiered-storage>` 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 </docs/products/clickhouse/howto/enable-tiered-storage>` the feature) and TTL (time-to-live) configured to add a time-based data retention threshold on the table.

.. code-block:: shell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you :doc:`enable </docs/products/clickhouse/howto/enable-tiered-storage>` 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

Expand Down

0 comments on commit 75a8cc3

Please sign in to comment.