An alternative to MySQL fulltext search -


i read mysql fulltext search can cause table locking. means people can't insert or update table when it's being searched on.

i read there many search servers (lucence , sphinx) can without table locking , faster. requires many configuration , hard implement.

is there other way use fulltext or searching without using search service? don't want configure 1 more server other mysql.

create table used perform fulltext searches. in code have ensure data , actions (create, update, delete) replicated table. solution handy if data tables running e.g. innodb engine.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - EclipseLink JPA Object is not a known entity type -

java - Need to add SOAP security token -