01-13-2025 05:20 AM
Hi,
I have an incremental table where I load data once a week. It’s been 6 months, and the data has already exceeded 30 GB (~500 million rows). Now, if I want to restrict the history to only the last 3 months, is there a way to do this? I don’t want to take a backup, remove the unnecessary history, and append it back. I’m looking for an automated solution. I see the load filter option, but is there any other way to achieve this?
Thanks,
Nikhil
Solved! Go to Solution.
01-13-2025 05:42 AM
Hi @nikhil_cr, starting in 2024.7, we introduced better table management options. Below, you will see the option that can retain data based on a relative period:
01-13-2025 06:12 AM
@JoeM Thank you 🙂 Much appreciated your help.