Featured post
symfony1 - Doctrine Searchable Behavior vs Zend Lucene in symfony -
i need search keywords in 2 table, simple thing
i undecided using 1 or other? suggestion performance wise?
thanks!
as cuhuak mentioned, lucene fulltext search. since written in java, additionaly need java server (tomcat example). if don't want additional server, zend lucene implementation (as noted in comments matt gibson) may worth looking into. additional server , if have small host, may not performance wise. also, lucene needs more configuration , set-up doctrine solutions.
on performance side of things: lucene built index millions of words , search within these in milliseconds. millions of words in "regular" rdbms, things slow. set fulltextsearch in database too, again needs setup , knowledge do.
so generall thought: if site small (in terms of things searc), go doctrine approach, if plan serious amounts of data, go lucene.
- Get link
- X
- Other Apps
Comments
Post a Comment