Hello Ivan
Thanks for the reply.
1. I tried to use lucene .It stored the data on indexes on the hard
disk.The search works well.How of the ehcache above lucene will help
performane.
2. Will Lucene used alone give better performance. *OR *Will ehcache
used above Lucene give better pe
A cache should be independent of the data store. Ehcache works well in
front of Lucene as well as a (relational) database. However, caches
work great for key/value data, so the cache value would be a result
set. Is caching the grouped result good enough?
--
Ivan
On Tue, Apr 10, 2012 at 1:40 PM,
I have a requirement to get results of search query within 1 second for a
database table.The database table is returning results slowly at this
point.A table has to be moved to a cache and searched from there so that
search results come fast.I want to do google type page refresh on my
existing sear