<div dir="ltr">Also,<div>I wrote a quick article to get Sphinx running with MySQL. </div><div><a href="http://blog.voltampmedia.com/2012/04/07/centos-5-8-mysql-php-and-sphinx-install-and-configure/">http://blog.voltampmedia.com/2012/04/07/centos-5-8-mysql-php-and-sphinx-install-and-configure/</a><br>

</div><div><br></div><div>Eric</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 8, 2014 at 10:48 AM, Eric Cope <span dir="ltr"><<a href="mailto:eric.cope@gmail.com" target="_blank">eric.cope@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">If you need fulltext and InnoDB, checkout XtraDB from Percona. I think MariaDB has an alternative as well.<span class="HOEnZb"><font color="#888888"><div>

<br></div><div>Eric</div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 8, 2014 at 10:49 AM, Matt Graham <span dir="ltr"><<a href="mailto:mhgraham@crow202.org" target="_blank">mhgraham@crow202.org</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 2014-04-08 09:44, keith smith wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have a MySql database that is about 10 years old. The tables are<br>
using the MyISAM data engine.  As I look around it seems the<br>
InnoDB data engine is such a better deal.  I am thinking that a<br>
switch to InnoDB might be the way to go<br>
</blockquote>
<br>
If you're using fulltext search in any of your columns, you'll probably have to find another way of doing that, like sphinx.  You can't really do fulltext search with InnoDB.  If you're not doing fulltext search, then the row-level locking that InnoDB provides makes inserts and updates a lot faster.<br>



<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is there anything I should be aware of or any potential problems in<br>
using InnoDB with MySql versions prior to 5.5.5?<br>
</blockquote>
<br>
I've used a bunch of InnoDB tables on a bunch of mysql DBs going back to 5.0.51, and never had any problems with InnoDB in and of itself.  (Disks dying, clusters split-braining, running out of disk space, people doing DROP DATABASE on production data, and so forth caused far more pain than anything InnoDB.)  The main thing I'd worry about is that it can take hours to convert huge tables from MyISAM to InnoDB if your machine's got any sort of CPU or I/O bottleneck, and while that conversion's going on, the table's unusable.  If you can schedule enough downtime, you'll probably be just fine.<span><font color="#888888"><br>



<br>
-- <br>
Crow202 Blog: <a href="http://crow202.org/wordpress" target="_blank">http://crow202.org/wordpress</a><br>
There is no Darkness in Eternity<br>
But only Light too dim for us to see.<br>
------------------------------<u></u>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.<u></u>org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/<u></u>mailman/listinfo/plug-discuss</a><br>
</font></span></blockquote></div><br></div>
</div></div></blockquote></div><br></div>