Hi Ivan On Thu, Jan 15, 2015 at 10:23 PM, Ivan Zakrevskyi < [email protected]> wrote:
> Hi all. > > Storm has excellent caching behavior, but stores in Store._alive only > existent objects. If object does not exists for some key, storm makes > DB-query again and again. > > Are you planning add caching for keys of nonexistent objects to prevent > DB-query? > If an object doesn't exist in the cache it meas that either it was not yet loaded at all, or it was loaded but it's now mark as "invalidated" (for example the transaction in which it was loaded fresh has terminated). So I'm note sure what you mean in you question, but I don't think anything more that could be cached (in terms of key->object values). Cheers
-- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
