Jump to content

[SOLVED] myisam to innodb


jaymc

Recommended Posts

I have done a lot of research on innodb and have pretty much decided to convert my tables to this engine from myisam

 

Main reasons is to allow for real time backups with locking the tables, better crash recovery and to avoid tables being locked for other queries if a big query is running

 

My database is around 1GB at the moment and I do want to do everything I can to improve performance

 

Can anyone come in the last minute and give some negative feedback on innodb that might make me pull out of this change over?

Link to comment
https://forums.phpfreaks.com/topic/100664-solved-myisam-to-innodb/
Share on other sites

Yeh read about the auto increment, think that only occurs if you have maybe 10 concurrent writes to the same table, it can trip over itself

 

Indexes and queries effected? What do you mean.. is there anything I should prepare for or keep an eye on after doing this, query wise?

Yeh read about the auto increment, think that only occurs if you have maybe 10 concurrent writes to the same table, it can trip over itself

I'm hoping you've read this.

 

Indexes and queries effected? What do you mean.. is there anything I should prepare for or keep an eye on after doing this, query wise?

Give this a good read.

Yeh read about the auto increment, think that only occurs if you have maybe 10 concurrent writes to the same table, it can trip over itself

I'm hoping you've read this.

 

 

I have and dont see anything that should particulary be something I need to be worried about? Apart from the MAX query when mysql is restarted

 

Unless I missed something, it looks like the conversion should be pretty painless?

 

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.