Hi folks, is it possible to change the primary tim...
# general
a
Hi folks, is it possible to change the primary time column on existing (offline) tables without reloading segments?
k
I don’t think so. the segment metadata contains the min max of the time column.. this is used for retention - to decide when to delete a segment
m
Yea, this would be considered backward incompatible schema change, and hence not allowed
a
Got it, thanks!