szymon_dybczak
Esteemed Contributor III

Hi @Locomo_Dncr ,

I wouldn't recommend using time travel for maintaining historical version. Time travel feature should be used to audit operations, rollback a table or query a table at a specific point in time.

Keep in mind, to query a previous table version, you must retain both the log and the data files for that. So, if  someone runs VACCUM, your history could vanish.

szymon_dybczak_0-1753163653447.png