MySQL Forums
Forum List  »  Performance

Speeding up
Posted by: Mark Buckland
Date: October 07, 2005 07:22AM

Hi there,

I'm fishing for some tips on how to speed up the processing of copy our DB to another location.

The current process (which happens every 24 hours) is:

1) Use mysqldump to dump the whole database onto a separate server (10 mins)

2) Insert the new dump file into the DB (1 hour)

3) Anonymise the field 'client' in the DB (1 hour)

For speed ups, we were thinking one way was to just get a dump of the last 24 hours of the original DB. How would we go about doing this?

Thanks!

- Mark.

Options: ReplyQuote


Subject
Views
Written By
Posted
Speeding up
1617
October 07, 2005 07:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.