Our database is getting really big, and I was thinking about inserting some auditbase data into a different table, let's say, auditbase_recover.
This way we can continue to delete old logs, but if it's necessary, we can still search some old info that's not in the auditbase anymore, and it could be in this new table.
We would insert data daily in this auditbase_recover table.
I already did a job to log less information which help us A LOT.
and I don't want to restore the entire database, to retrieve a simple info of 3 years ago.
(I'm the DBA here, and I'm trying to learn more about CRM. Sorry if I'm talking nonsense).