On Feb 13, 2007, at 6:07 PM, Yonik Seeley wrote:
On 2/12/07, Erik Hatcher <[EMAIL PROTECTED]> wrote:
And just for the record, Solr drives Collex @ NINES: <http://
www.nines.org/collex> which implements tagging along with faceted and
full-text search. I've recently hacked our system such that the bulk
of our custom caches are only refreshed when a new batch of data is
loaded, and only the "collectable cache" is updated on a <commit/>.
This reduced our new index searcher visibility time from 45 seconds
down to only a few seconds or less.
Wow!
While this change in when caches get warmed is a big boost to the
responsiveness to tagging, it's really not all that impressive
considering the numbers... we have roughly only 500 user/object
"documents". It's cruising through those and building up a tag,
user, and tag-user caches.
It might be a while before we could come up with any kind of generic
mechanism that could perform as well as your "hacks" w.r.t warming
speed :-)
That's reassuring and scary at the same time! :)
Erik