> >I was backing up the log every hour too, however as I don't > >need the log to > >get my data back from a migration backup, and it created so > many files > >I decided I would just leave it autolog backup. > > If you backup log every hour you should get at maximum 24 log > backups more, as if using > autolog backup. >
Hi Michael, the number of logbackups depends on the amount of logpages needed to be saved and the parameter LOG_SEGMENT_SIZE. Log is saved in chunks of the size LOG_SEGMENT_SIZE. If the amount of unsaved logpages is greater then LOG_SEGMENT_SIZE, then it is saved in more than one chunk. regards, Martin -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
