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

EntryIterator should only iterate on data container when local and no loader used

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 7.1.0.Beta1, 7.1.0.Final
    • 7.0.2.Final
    • Core
    • None

    Description

      The EntryIterator today does not optimize the times when it is not required to have an off thread queue to guarantee only so many entries are in memory at a time.

      The case is when the following 2 things are met:

      1. The cache is local only (not distributed) or if CACHE_MODE_LOCAL flag is provided
      2. There is no loader to use (or if SKIP_LOADER flag is provided)

      This should improve iteration throughput quite a bit in these cases.

      Attachments

        Activity

          People

            wburns@redhat.com Will Burns
            wburns@redhat.com Will Burns
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: