Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-3387

AsyncStore preload is slow, when given database datastore

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Medium

      Currently AsyncStore.loadAll() method strategy is suboptimal.
      actually loadAll do this:
      getAll keys from cache
      itarate on keys and load each value from store.
      This is can be really costly when we have db persistance behind async store.
      cost:
      1 query for keys + number of keys query.

              mircea.markus Mircea Markus (Inactive)
              hadadil Laszlo Hadadi (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: