Welcome Guest, Not a member yet? Register   Sign In
how to build an advanced search feature for a CI site
#11

[eluser]Ki[/eluser]
Have a look at sphinx search. This is the workhorse of full text search and fantastic results (about 100 times faster) then MySQL. I have a very active site with about very large database and all my queries are handled through sphinx with a search time of about 0.05 sec.

Keep in mind, that if you are using MyISAM because you need full text search, your table gets locked every time there is a write. Offload search capability, and you can move to innodb, which has a row level locking and your queries will run significantly faster.
Its a bit consuming to implement, but long term results are well worth it.


Messages In This Thread
how to build an advanced search feature for a CI site - by El Forum - 07-23-2010, 01:08 PM
how to build an advanced search feature for a CI site - by El Forum - 07-25-2010, 10:26 AM
how to build an advanced search feature for a CI site - by El Forum - 07-25-2010, 10:33 AM
how to build an advanced search feature for a CI site - by El Forum - 07-25-2010, 10:46 AM
how to build an advanced search feature for a CI site - by El Forum - 07-25-2010, 11:09 AM
how to build an advanced search feature for a CI site - by El Forum - 07-25-2010, 01:46 PM
how to build an advanced search feature for a CI site - by El Forum - 07-25-2010, 02:27 PM
how to build an advanced search feature for a CI site - by El Forum - 07-25-2010, 03:27 PM
how to build an advanced search feature for a CI site - by El Forum - 07-25-2010, 03:45 PM
how to build an advanced search feature for a CI site - by El Forum - 07-26-2010, 02:48 PM
how to build an advanced search feature for a CI site - by El Forum - 07-26-2010, 03:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB