pelsql / YourSqlDba

Sources for YourSqlDba : Database maintenance solution that installs as a single SQL script
GNU Lesser General Public License v2.1
15 stars 10 forks source link

Improve cleanup of YourSqlDba log tables to reduce space needed in YourSqlDba database log. #21

Closed pelsql closed 5 months ago

pelsql commented 5 months ago

Version 7 reintroduces some cleanup of YourSqlDba maintenance logs. These tends to be bigger, and much bigger since few versions. Cleaning them with a single delete may cause YourSqlDba database log to swell. The solution was to limit the number of rows on to same delete, while repeating the delete until no more rows before 30 days remains. This leaves to time to YourSqlDba in single recovery mode to clear the transactions that each delete represent.