On Thu, Feb 11, 2010 at 3:21 PM, Janne Majaranta <janne.majara...@gmail.com> wrote: > Hey Jason, > > Do you use faceting with frequent commits ? > And by turning off the caches you mean setting autowarmcount to zero ? > > I did try to turn off autowarming with a 36M documents instance but getting > facets over those documents takes over 10 seconds. > With a warm cache it takes 200ms ...
You can turn off autowarming and do a single static warming query that does the typical facet request. If that takes 10 seconds to execute (and populates the caches in the meantime), you can still commit every minute (or better, use commitWithin when updating to prevent unnecessary commits) -Yonik http://www.lucidimagination.com