Converting MySQL from MyISAM to InnoDB and performance
First things first - I really don't have any database experience. I've got a single MySQL database running for Bacula, our backup software. We've been using Bacula since the 2.x days, at which point...
View ArticleConverting MySQL from MyISAM to InnoDB and performance
You absolutely need to keep a few things in mind: + If your software users MyISAM specific things such as UPDATE LOW_PRIORITY or INSERT DELAY these do not work in InnoDB and it will break your...
View ArticleConverting MySQL from MyISAM to InnoDB and performance
Antal has this covered.Doesn't seem like something I'd be looking to do. That's not a very big database and going to InnoDB at this stage doesn't seem like a valuable exercise.
View ArticleConverting MySQL from MyISAM to InnoDB and performance
Regarding the software, as far as I can tell many Bacula users have converted successfully, and I think a new install creates the tables with InnoDB now.Also, shame on me for not saying this is Ubuntu...
View ArticleConverting MySQL from MyISAM to InnoDB and performance
Bryan Doe wrote:Regarding the software, as far as I can tell many Bacula users have converted successfully, and I think a new install creates the tables with InnoDB now.Also, shame on me for not saying...
View ArticleConverting MySQL from MyISAM to InnoDB and performance
Bryan Doe wrote:Regarding the software, as far as I can tell many Bacula users have converted successfully, and I think a new install creates the tables with InnoDB now.It's reasonable that is works...
View ArticleConverting MySQL from MyISAM to InnoDB and performance
Antal Daavid wrote:Bryan Doe wrote:Regarding the software, as far as I can tell many Bacula users have converted successfully, and I think a new install creates the tables with InnoDB now.Also, shame...
View ArticleConverting MySQL from MyISAM to InnoDB and performance
Bryan Doe wrote:Antal Daavid wrote:Bryan Doe wrote:Regarding the software, as far as I can tell many Bacula users have converted successfully, and I think a new install creates the tables with InnoDB...
View ArticleConverting MySQL from MyISAM to InnoDB and performance
I haven't forgotten about this thread, just letting the system get through a few good rounds of backups. The faster storage disks and 10GbE have made an enormous difference so far. I've found some...
View Article