MySQL Forums
Forum List  »  InnoDB

How to empty "buffer pool"?
Posted by: Daniel Ramirez
Date: May 12, 2005 06:34AM

Hi. I'm inserting some blob data into existing rows throug UPDATE commands. The problem is that when the stored data size reaches the "buffer pool size", mysql starts using disk I/O and the process dramatically slows down. How can I avoid filling this buffer pool? Should I disconnect and reconnect again or is there another method? I'm a newbie so I would really appreciate the hints you could give me. Thank you a lot.

Daniel R.

Options: ReplyQuote


Subject
Views
Written By
Posted
How to empty "buffer pool"?
2537
May 12, 2005 06:34AM


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.