How Lucene reduces CPU usage over full-text search of sql server? -


i had read article how stackoverflow reduced cpu usage using lucene.

but question how ?

is due caching of lucene ?

and if yes. if implement sqlserver fts memcache. same lucene ?

or lucene uses different data structures search ?

lucene using indexing , full text search - it's more caching.

sql set-based relational language. it's not built ad hoc queries of documents. technology different.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -