Skip to content
Discussion options

You must be logged in to vote

You can change tables' policy using ALTER: alter table mydata modify setting storage_policy = 's3tiered';

The problem with merge_tree/XML that all MergeTree tables will be placed to S3 including internal _log telemetry tables, sometimes this is unwanted because S3 is expensive.
But of course you can add one more disk policy and define merge_tree/storage_policy = your_s3_policy if you need.

See my example https://kb.altinity.com/altinity-kb-setup-and-maintenance/altinity-kb-s3-object-storage/s3_cache_example/

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tung-hl
Comment options

@den-crane
Comment options

Answer selected by tung-hl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants