Hi B (?? ;-) )
I have a log database that could encounter high frequency updates and
deletes. It's not required to be read by multiple users, but will be
updated by all users. So rather than compacting it, which at certain
frequencies of updates could lead to possible race conditions (thinking of
extremes), I was going to do the following steps:
1) Switch the active log to a new database
2) Copy the old database without orphans/history to the new database
3) delete the old database
I would toggle databases as needed.
Best regards
Paul