You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Scherbakov (Jira)" <ji...@apache.org> on 2021/12/10 11:35:00 UTC

[jira] [Updated] (IGNITE-16096) Implement MVCC support to avoid excessive locking

     [ https://issues.apache.org/jira/browse/IGNITE-16096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Scherbakov updated IGNITE-16096:
---------------------------------------
    Description: 
We need to implement MVCC support to avoid locking and resulting conflicts.

Generally, the idea is to use monotonic timestamps to globally order the transactions.

See [1][2] for decentralized timestamp generation techniques,  [3]for MVCC analysis:

[1] [http://users.ece.utexas.edu/~garg/pdslab/david/hybrid-time-tech-report-01.pdf]

[2] [https://www.usenix.org/system/files/nsdi21-wei.pdf]

[3] [http://www.vldb.org/pvldb/vol10/p781-Wu.pdf]

  was:
We need to implement MVCC support to avoid locking.

Generally, the idea is to use monotonic timestamps to globally order the transactions.

See [1][2] for decentralized timestamp generation techniques,  [3]for MVCC analysis:

[1] [http://users.ece.utexas.edu/~garg/pdslab/david/hybrid-time-tech-report-01.pdf]

[2] [https://www.usenix.org/system/files/nsdi21-wei.pdf]

[3] http://www.vldb.org/pvldb/vol10/p781-Wu.pdf


> Implement MVCC support to avoid excessive locking
> -------------------------------------------------
>
>                 Key: IGNITE-16096
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16096
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Alexey Scherbakov
>            Priority: Major
>              Labels: iep-61, ignite-3
>
> We need to implement MVCC support to avoid locking and resulting conflicts.
> Generally, the idea is to use monotonic timestamps to globally order the transactions.
> See [1][2] for decentralized timestamp generation techniques,  [3]for MVCC analysis:
> [1] [http://users.ece.utexas.edu/~garg/pdslab/david/hybrid-time-tech-report-01.pdf]
> [2] [https://www.usenix.org/system/files/nsdi21-wei.pdf]
> [3] [http://www.vldb.org/pvldb/vol10/p781-Wu.pdf]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)