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
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?

Link to comment
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

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.

Link to comment
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

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.