MySQL Forums
Forum List  »  Performance

Re: MySQL database drop insanely slow
Posted by: Rick James
Date: April 23, 2013 08:30AM

DROP DATABASE has to DROP TABLEs in it. 114 tables could cause some churn in the ibdata1 file, since you have only 8MB of buffer_pool. Did you notice whether the system was I/O bound?

I don't know, but ReiserFS may be quite relevant.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL database drop insanely slow
1765
April 23, 2013 08:30AM


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.