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

Implementing SERIALIZABLE isolation level based on GMU

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Major
    • None
    • None
    • Transactions
    • None

    Description

      Implementation based in GMU, a Cloud-TM project research (www.cloudtm.eu).

      GMU is a muti-version scheme that provides Update Serializability. It allows the read-only transaction to proceed without blocking, but they can observe an old value (but always a consistent value).

      This scheme relies in Vector Clock to manage the snapshots to read and the transaction dependencies in each node in the cluster.

      Also, it is a genuine scheme, i.e., only the nodes involved in the transaction (that contains data read or write) are involved in the transaction commit.

      A paper describing GMU can be found here: http://ieeexplore.ieee.org/xpl/articleDetails.jsp?reload=true&arnumber=6258018

      Attachments

        Activity

          People

            pruivo@redhat.com Pedro Ruivo
            pruivo@redhat.com Pedro Ruivo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: