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

Coalesce updates in the replication queue

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

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Obsolete
    • Icon: Major Major
    • 9.0.0.Final
    • 4.1.0.BETA2
    • Core
    • None
    • Medium

      At the moment the replication queue is replicating all the keys. What it can do is to collate them, similar to the way cache stores are collating writes.
      E.g.
      1. put(k,v1)
      2. put(k,v2).

      This can be collated in put(k,v2), as put(k,v1) is redundant.
      This would optimize async replication in a way that cannot be handled by jgroups.

              rh-ee-galder Galder ZamarreƱo
              mircea.markus Mircea Markus (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: