MySQL Forums
Forum List  »  Memory Storage Engine

Re: How to load whole table in memory?
Posted by: KimSeong Loh
Date: April 20, 2005 10:40PM

What is the size of the tables you want to put into the HEAP?
If you have that amount of memory to hold the HEAP table, then you should be able to have big enough buffer to cache the data you read from the disk.

Options: ReplyQuote


Subject
Views
Written By
Posted
19901
April 18, 2005 03:22AM
Re: How to load whole table in memory?
12349
April 20, 2005 10:40PM


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.