MySQL Forums
Forum List  »  MyISAM

Re: myisam data (row) buffer
Posted by: Gabriel Tataranu
Date: May 29, 2006 09:21AM

> No, MyISAM does not cache data records, only index

This blows. Please somebody, implement a row cache.

> records (which is really what you are talking
> about anyway). You should increase the

Guess again.

> key_buffer_size variable to increase the amount of
> memory used for MyISAM index blocks.

The index buffer is already big enough. The problem is that real-world applications cannot have indexed queries for every query so increasing the key buffer size doesn't help.
Before sugesting that all the queries should use indexes to get the data, stop for a minute and remember that indexes are useful ONLY in some cases.
Also InnoDB is not the answer in this case since InnoDB doesn't implement compressed and merge tables.

Options: ReplyQuote


Subject
Views
Written By
Posted
2565
May 26, 2006 01:21PM
1607
May 26, 2006 04:09PM
Re: myisam data (row) buffer
1477
May 29, 2006 09:21AM


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.