MySQL Forums
Forum List  »  MyISAM

Locking/performance issues...suggestions?
Posted by: Bill Deibert
Date: April 17, 2008 11:15AM

I have a large MyISAM table with lots of inserts. Query performance ranges from acceptable to poor. We have the table partitioned by 2 fields - which does help performance (the acceptable ones).

When we attempt to summarize data from the table (insert into table x
select * from large_table) - even though the command is only reading from large_table - large_table gets locked and this stops inserts from happening. Will replication help with this problem (or will the replication server lock large_table on the slave).

I have inherited this situation (with almost no MySQL experience, good bit of db experience but not necessarily DBA)...any good books/recommendations on performance, backup strategies etc.

Is innodb a better choice then MyISAM?

Thanks,
Bill

Options: ReplyQuote


Subject
Views
Written By
Posted
Locking/performance issues...suggestions?
3622
April 17, 2008 11:15AM


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.