News Feed
Jobs Feed
Sections




News Archive
Wolfgang Drews' Blog:
Some thoughts on indexes & searching in MySQL / PHP
June 05, 2006 @ 06:03:05

Giving your users a tool to find relevant invormation from the vast ocean that is the content of your site isn't easy sometimes. Even with the powerful combination of PHP and MySQL, it can be difficult to find what you're looking for. Wolfgang Drews shares in some of this frustration in his new blog post.

Using MySQL most of you will be familiar with this: searching in textfields for keywords is quite uncomfortable when using other table handler then MyISAM. If you use MyISAM, you can utilise the Fulltext-Search with MATCH … AGAINST. Otherwise you are thrown back to "simple" string comparison functions (LIKE). Not really satisfying. As this won't change with the 5.1er Version of MySQL, i have to search for another solution.

His other suggestions include the use of two other tables (terms in one, references back to content in another) or an external search option, such as the Zend Framework's implementation of the lucene functionality - Zend_Search.

1 comment voice your opinion now!
search mysql fulltext like lucene zend framework search mysql fulltext like lucene zend framework


blog comments powered by Disqus

Similar Posts

Tim Anderson's Blog: Is Zend really the PHP company?

Alexander Netkachev's Blog: Zend_Cache review

Wolfgang Drews\' Blog: Some thoughts on indexes & searching in MySQL / PHP

CodeIgniter.com: PHP Framework Usage Survey

Zend Developer Zone: PHP Abstract Podcast Episode 8: CodeIgnighter Overview


Community Events











Don't see your event here?
Let us know!


phpunit development unittest database composer release example framework series functional interview community zendframework2 opinion testing language api code podcast introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework