On Sun, Oct 21, 2012 at 11:56 AM, Stefan Fuhrmann <stefan.fuhrm...@wandisco.com> wrote: > All caches are enabled by default. With revprop packing, > we read the whole packed revprop file only once and put > all items into the cache. That speeds up dump & friends. > > Also, any manipulation to some revprop will instantly > become visible to all other processes (cache invalidation).
Ok thanks, makes sense.