Optimistic concurrency control by melding trees

22Citations
Citations of this article
47Readers
Mendeley users who have this article in their library.

Abstract

This paper describes a new optimistic concurrency control algorithm for tree-structured data called meld. Each transaction executes on a snapshot of a multiversion database and logs a record with its intended updates. Meld processes log records in log order on a cached partial-copy of the last committed state to determine whether each transaction commits. If so, it merges the transaction's updates into that state. Meld is used in the Hyder transaction system and enables Hyder to scale out without partitioning. Since meld is on the critical path of transaction execution, it must be very fast. The paper describes the meld algorithm in detail and reports on an evaluation of an implementation. It can perform over 400K update transactions per second for transactions with two operations, and 130K for transactions with eight operations. © 2011 VLDB Endowment.

Cite

CITATION STYLE

APA

Bernstein, P. A., Reid, C. W., Wu, M., & Yuan, X. (2011). Optimistic concurrency control by melding trees. In Proceedings of the VLDB Endowment (Vol. 4, pp. 944–955). VLDB Endowment. https://doi.org/10.14778/3402707.3402732

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free