MySQL Forums
Forum List  »  PHP

Re: How do I create a search engine?
Posted by: Mohamed Mansour
Date: January 07, 2006 05:25AM

you would need a nice datastructure and design of tables...

and use full text for the text fields...

and if your planning to use the database tables your using in mysql to create a search engine for a big database, thats pure wrong..

Have to reoptimize your very large database to fit the criteria of searching..

but a simple search... with ten thousands.

look up full-text

Mohamed Mansour
Software Engineer
Microsoft Student Partner Alumni

Options: ReplyQuote


Subject
Written By
Posted
January 07, 2006 01:11AM
Re: How do I create a search engine?
January 07, 2006 05:25AM


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.