MySQL Forums
Forum List  »  Performance

Re: Very high disk utilization by mysql server during reads.
Posted by: Shantanu B
Date: July 09, 2012 01:59PM

Eventually I will be using this MyISAM table for searches. Is Innodb a good candidate for the searching? How much performance improvement do you expect if I use Innodb engine instead of Myisam?

How about partioning the myisam table using field1 in the table. Will it improve performance? Something like following -

PARTITION p0 VALUES LESS THAN (1990),
PARTITION p1 VALUES LESS THAN (1995),
PARTITION p2 VALUES LESS THAN (2000),
PARTITION p3 VALUES LESS THAN (2005)

Thanks guys for your inputs.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Very high disk utilization by mysql server during reads.
1173
July 09, 2012 01:59PM


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.