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

Data Container Segment Striping

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 9.3.0.CR1
    • None
    • Core
    • None

    Description

      Today each node owns a given number of segments at a time. There are many operations that are only concerned with entries of a given segment. Unfortunately this means that we must iterate over the entire contents of the cache to find only the entries that match given segments. Note this JIRA is only for the in memory data container. The cache store requires additional work and should be done separately as it may involve reworking many more areas of the code base.

      1. State Transfer entry removal (this removes all entries of given segments)
      2. Entry retrieval (if we could iterate by segment instead of over all values we could complete segments sooner which would reduce how much memory a client must hold)
      3. Indexing may want to index by segment at some point as well

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: