v.20.8Backward Incompatible Changes
OPTIMIZE FINAL Query Improvements for TTL Handling
NowOPTIMIZE FINALquery does not recalculate TTL for parts that were added before TTL was created. UseALTER TABLE ... MATERIALIZE TTLonce to calculate them, after thatOPTIMIZE FINALwill evaluate TTL's properly. This behavior never worked for replicated tables. #14220 (alesapin).