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

Server should allocate less when looking up the cache

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 10.0.0.Final
    • 9.4.5.Final, 10.0.0.Final
    • Server

      • A composed String key is allocated to look up a decorated cache
      • Another composed String key is allocated to look up the CacheInfo object for that decorated cache. We could keep this map and remove the decorated caches map.
      • Reads decorate the cache with SKIP_STATISTICS, allocating a Flag[] and a DecoratedCache per request. I'd like to remove this wrapping, even if updating the statistics slows things down a bit, because without statistics there's no way to find the hit ratio of the cache.

              dberinde@redhat.com Dan Berindei (Inactive)
              dberinde@redhat.com Dan Berindei (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: