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 > Engine wiht Transactions & Fulltext support

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-27-07, 21:01
screenmates screenmates is offline
Registered User
 
Join Date: Jul 2005
Posts: 63
Engine wiht Transactions & Fulltext support

I see so many storage engines for MySQL: MyISAM, InnoDB, Heap, Federated, Archive, Blackhole - and now the new Falcon. I'm looking for an engine that supports transactions and fulltext indexing/search or an engine that is going to support these in the nearest future.

Please advise...
Reply With Quote
  #2 (permalink)  
Old 02-28-07, 06:54
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,259
potetnailly a tricky one

there is a kludgey work around that ive used before
keep all the trasactional stuff in INNODB tables, and have the stuff you want tyo use a full text index on in a MyISAM table with a one to one link to the relevant record in the parent INNODB table
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 02-28-07, 09:15
screenmates screenmates is offline
Registered User
 
Join Date: Jul 2005
Posts: 63
Yes, I'm currently using this approach.

Is Falcon going to have fulltext support in the near future so I can switch to Falcon from InnoDB?

Thanks
Reply With Quote
  #4 (permalink)  
Old 02-28-07, 09:32
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,259
who knows what may or may not occur in the future. The reality is that in the software industry you can only make assessments on what is right here right now, or what is demnstrably coming real soon now.

As an industry we have seen to much vapourware. so as far as Im concerned untill such time as the product is actually launched it doens exist, especailly when they is a perfectly effective workaround. its a bit like selling a house int he UK.. to me its not a sale untill the cleared funds have actually reched your account.. before then its just talk


so mebbe Falcon may be 'the' way forward, but right now it doesn't exist as a practival solution to current design and development problems
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
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