If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Enable FULLTEXT

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-23-07, 22:09
pearl2 pearl2 is offline
Registered User
 
Join Date: Nov 2003
Location: Sinapore
Posts: 187
Enable FULLTEXT

Hello all,

I've a table that stores forum messages. The message column uses InnoDB which, as far as I understand, does not support FULLTEXT. I would like to add a search feature to the forum and I'm wondering if I should convert the InnoDB engine to MyISAM to take advantage of its FULLTEXT capability.

Another option I'm thinking of is to create another table that (sort of) mirrors the forum table, but which uses MyISAM. With this option, I can retain the original InnoDB forum table as I feel it's important to have Rollback capability.

What is the best approach I should take?
Reply With Quote
  #2 (permalink)  
Old 09-23-07, 22:12
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
i think you just answered your own question
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 09-23-07, 22:20
pearl2 pearl2 is offline
Registered User
 
Join Date: Nov 2003
Location: Sinapore
Posts: 187
Quote:
Originally Posted by r937
i think you just answered your own question
Thanks, r937

Do you mean this one: Another option I'm thinking of is to create another table that (sort of) mirrors the forum table, but which uses MyISAM. With this option, I can retain the original InnoDB forum table as I feel it's important to have Rollback capability.?

Last edited by pearl2; 09-23-07 at 22:49.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On