@Nagesh Bansal just now i tried to change retention. TTL is updated at DB tables level but still found below error in signoz logs
{"level":"error","timestamp":"2025-09-16T08
5308.392Z","caller":"clickhouseReader/reader.go:1517","msg":" ExecutingTTL request: ","request":"ALTER TABLE signoz_traces.traces_v3_resource ON CLUSTER cluster MODIFY TTL toDateTime(seen_at_ts_bucket_start) + toIntervalSecond(1800) + INTERVAL 1296000 SECOND DELETE SETTINGS materialize_ttl_after_modify=0;","stacktrace":"
github.com/SigNoz/signoz/pkg/query-service/app/clickhouseReader.(*ClickHouseReader).setTTLTraces.func1\n\t/home/runner/work/signoz/signoz/pkg/query-service/app/clickhouseReader/reader.go:1517"}
Even after TTL updated why and when old trace data will be deleted ???