MySQL Forums
Forum List  »  Performance

Re: MySQL InnoDB Performance vs Postgres
Posted by: Peter Zaitsev
Date: July 20, 2005 05:27PM

Any chance you could post SHOW CREATE TABLE for this table ?

Innodb tables are clustered so it would be really interesteing to know what column do you cluster data by.

The other question is - you're mentioning 12G table is it 12G of data or it is how much this table actually takes in Innodb tablespace (data+index)

The fact Optimize is running so long makes me thing you loaded your data in random primary/cluster key order which has serve performance impact for MySQL.

... Also how does SHOW INNODB STATUS looks when you run this query ?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL InnoDB Performance vs Postgres
2189
July 20, 2005 05:27PM


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.