MySQL Clustering and InnoDB

Reply

Join Date: Oct 2008
Posts: 2
Reputation: svulli is an unknown quantity at this point 
Solved Threads: 0
svulli svulli is offline Offline
Newbie Poster

MySQL Clustering and InnoDB

 
0
  #1
Oct 24th, 2008
We are trying to implement MySQL clustering on our E-commerce database, but presently the tables are MyISAM based and some of the tables have full text search index on. In the wake of Clustering environment, one of the requirements is moving to InnoDB. However, that would pose the problem of switching off the "full text search indexing" on such tables where this is on today. What is the best way to approach towards InnoDB and a mitigation strategy for MyISAM tables with full text search on?

Also, I am curious to know the differences between various MySQL Indexing scehemes - Internal, MySQL, Unindexed and MSSQL.

Thanks in advance.
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 195
Reputation: mwasif is an unknown quantity at this point 
Solved Threads: 27
mwasif mwasif is offline Offline
Junior Poster

Re: MySQL Clustering and InnoDB

 
0
  #2
Oct 24th, 2008
In MySQL cluster you convert the engine to NDB. NDB does not support FULLTEXT. In your situation you need to use some other fulltext database like Sphinx, Llucene. These will run stand alone. These will improve your search performance a lot.
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 2
Reputation: svulli is an unknown quantity at this point 
Solved Threads: 0
svulli svulli is offline Offline
Newbie Poster

Re: MySQL Clustering and InnoDB

 
0
  #3
Oct 28th, 2008
Originally Posted by mwasif View Post
In MySQL cluster you convert the engine to NDB. NDB does not support FULLTEXT. In your situation you need to use some other fulltext database like Sphinx, Llucene. These will run stand alone. These will improve your search performance a lot.

Thanks for you reply, I understand that moving to a standalone "FULL TEXT SERACH" engine like Lucene is the best bet, but I was wondering if there is a quick and easy way to convert the existing MyISAM table to InnoDB and also change indexing scheme to "Internal" as suggest by some scholars on the forums.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the MySQL Forum
Thread Tools Search this Thread



Tag cloud for MySQL
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC