Patent · US Active

Lock-free transactional support for large-scale storage systems

US8990177B2 · kind B2 · utility

2Cited by
1References
20Claims
0Family size

Assignee

Inventors

Key dates

Filing dateOct 27, 2011
Grant dateMar 24, 2015
Priority date
Expiry dateOct 2, 2032

Classification

  • Technology area (CPC G)Physics
  • CPC primaryG06F16/2336
  • WIPO fieldComputer technology
  • WIPO sectorElectrical engineering

Abstract

Described is a reliable and efficient design for a transactional status oracle (“ReTSO”), which supports large-scale storage systems. ReTSO uses a centralized scheme and implements snapshot isolation, a property that guarantees that read operations read a consistent snapshot of the data store. The centralized scheme of ReTSO enables a lock-free commit algorithm that prevents unreleased locks of a failed transaction from blocking other transactions. Each transaction submits the identifiers of modified rows to the ReTSO, the transaction is committed only if none of the modified rows is committed by a concurrent transaction, and a log of the committed transaction is cached. To recover from failures, before a client is notified of a change, the change cached is first persisted into a write-ahead log, such that the memory state can be fully reconstructed by reading from the write-ahead log. Furthermore, ReTSO implements a lazy, auto-garbage collector hash map that reduces the number of memory accesses per request.

Source: USPTO / EPO open patent data. Objective bibliographic and citation counts.