December 22, 2022 at 5:45 pm
i have a table that has been partition by month and year.
the table has CDC tracking enabled on it, and a program called HVR is being used to read the transaction logs for tables using CDC for changes. it sends the changes to parquet files, where we can consume that data elsewhere.
if we use a partition switch to swap an empty table, and thus remove a months worth of data, would that show up in the transaction log as deletes for all those month/year records?
The idea here is we don't want to send DELETES to HVR via the transaction log downstream, so we just maintain the last x months in the database.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy