Publication | Closed Access
Omid: Lock-free transactional support for distributed data stores
30
Citations
28
References
2014
Year
Unknown Venue
Cluster ComputingConsistent SnapshotSource CodeEngineeringLock-free Transactional SupportTransactional ApplicationDistributed DatabaseCloud ComputingComputer ArchitectureData IntegrationTransaction ProcessingConcurrency ControlImplements Snapshot IsolationParallel ComputingDistributed Data StoreData ManagementDistributed TransactionData Security
In this paper, we introduce Omid, a tool for lock-free transactional support in large data stores such as HBase. Omid uses a centralized scheme and implements snapshot isolation, a property that guarantees that all read operations of a transaction are performed on a consistent snapshot of the data. In a lock-based approach, the unreleased, distributed locks that are held by a failed or slow client block others. By using a centralized scheme for Omid, we are able to implement a lock-free commit algorithm, which does not suffer from this problem. Moreover, Omid lightly replicates a read-only copy of the transaction metadata into the clients where they can locally service a large part of queries on metadata. Thanks to this technique, Omid does not require modifying either the source code of the data store or the tables' schema, and the overhead on data servers is also negligible. The experimental results show that our implementation on a simple dual-core machine can service up to a thousand of client machines. While the added latency is limited to only 10 ms, Omid scales up to 124K write transactions per second. Since this capacity is multiple times larger than the maximum reported traffic in similar systems, we do not expect the centralized scheme of Omid to be a bottleneck even for current large data stores.
| Year | Citations | |
|---|---|---|
Page 1
Page 1