Hey everyone, i have managed to create a hybrid ta...
# troubleshooting
a
Hey everyone, i have managed to create a hybrid table. I have few questions regarding to the subject. •Since segments are transferred to offline table periodically, Is it a correct assumption that i don't need those transferred realtime segments to be hosted in servers? •If that is the case, Is it recommended to clean up those transferred segments and what is the correct way to clean them up? What comes up to my mind is setting up retentionTimeUnit and retentionTimeValue properties in realtime table configuration. Does Pinot have a built-in clean up mechanism for hybrid tables? Thanks in advance
n
Setting retention is the right way
Pinot has a periodic task which will cleanup the segments from the table, which are older than renention time
a
@Neha Pawar thank you 🙏🏻