Ola Ahlman
11/27/2024, 2:45 PMnitya-signoz
11/27/2024, 3:07 PMalter table signoz_logs.logs_v2 on cluster cluster materialize ttl
. Do note that it will take up resources if you have a lot of data.Ola Ahlman
11/27/2024, 3:31 PMOla Ahlman
11/27/2024, 3:59 PM# enter container
docker exec -it <container_id> bash
# enter clickhouse
clickhouse
# execute command
alter table signoz_logs.logs_v2 on cluster cluster materialize ttl
but that gives error that there is no cluster. Show databases only list INFORMATION_SCHEMA, default, information_schema, system.
A bit out of my comfort zone navigating around ;)nitya-signoz
11/27/2024, 3:59 PMclickhouse client
instead of clickhouse
in the second commandOla Ahlman
11/27/2024, 4:00 PMnitya-signoz
11/27/2024, 4:01 PMselect * from system.mutations where is_done=0