MySQL Forums
Forum List  »  Performance

Re: word index - is there a better solution?
Posted by: Craig Logan
Date: June 04, 2010 08:49PM

hey rick,

thanks for taking the time to reply;

I thought about fulltext search, but this isn't available for innodb and we'd like to be more flexible with the search words (i.e. we will have to index 2 character words). also, we want to do a lot more with the data (for example, we also intend to store the word order and calculate search result quality based on that).

sphinx and lucene don't work well with our distributed memcache system, so no go with that either.

well, I guess we'll see how many billion rows we can force into a single table. :)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: word index - is there a better solution?
1504
June 04, 2010 08:49PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.