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 > Full text search + transaction support in mysql?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-04-06, 11:55
Ach Ach is offline
Registered User
 
Join Date: Mar 2004
Posts: 370
Red face Full text search + transaction support in mysql?

Hi all,
In order to have reasonable performance in our LIKE '%abc%' queries that has a big lenght I need to use something more powerful than simple indexing provided in all DBMSs.
Oracle with Oracle Text and SQL Server with "MS indexing service" help me but I fear that there is no possible solution for MySQL. Also note that all my tables are InnoDB type tables for transaction support purpose.

Plz clarify me if I am wrong and there is a solution that combines Full text search with InnoDB tables.

Also I have read mysql documentation about this and could not find any workaround yet

-Thanks in advance
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