MySQL Forums
Forum List  »  Newbie

How to fast search in 3 millions record?
Posted by: andrew b
Date: January 26, 2014 04:14AM

Hello

I created a table "words" and i have 3.000.000 record (words), because this is a dictionary and I want to search the database and find the words similar to the last three letters (rhymes)

i used code FULLTEXT Index

SELECT * FROM `words` where word like '%eed'

because search takes too long, 3 seconds!

it can be done faster??

Thanks a lot

Options: ReplyQuote


Subject
Written By
Posted
How to fast search in 3 millions record?
January 26, 2014 04:14AM


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.