Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Would it help to have multiple buffer pools? Or since it's just one table, would it matter? Commented Jan 18, 2012 at 20:33
  • Only one buffer pool. That way there is no virtual limit. I have a client that has MySQL 5.5.9 using a single 162GB buffer pool and it runs just great. Commented Jan 18, 2012 at 20:34
  • Using this I got to about 950% CPU, but it doesn't seem to be any faster. Commented Jan 18, 2012 at 20:49
  • Try a full table lock on the InnoDB table before bulk loading. Commented Jan 18, 2012 at 21:19