SkillAgentSearch skills...

Optiql

Optimistic queue-based reader-writer lock for robust index synchronization (SIGMOD 2024)

Install / Use

/learn @sfu-dis/Optiql

README

OptiQL: Optimistic Queuing Lock

OptiQL is an optimistic lock that offers both high read performance and robustness under contention by extending the classic queue-based MCS locks with optimistic reads.

See details in our SIGMOD 2024 paper below. If you use our work, please cite:

OptiQL: Robust Optimistic Locking for Memory-Optimized Indexes.
Ge Shi, Ziyi Yan and Tianzheng Wang.
Proceedings of the ACM on Management of Data, Vol 1, No. 3 (SIGMOD 2024)

See you in Santiago!

Included in this repository:

This repository implements OptiQL and several other baseline locks, along with index use cases (B+-tree and ART) that use OptiQL in optimistic lock coupling. See sub-directories for:

  • Index benchmarks: under index-benchmarks directory
  • Microbenchmarks: under latch-microbenchmarks directory
  • Plotting scripts: under plots directory
View on GitHub
GitHub Stars24
CategoryDevelopment
Updated1y ago
Forks3

Languages

C++

Security Score

65/100

Audited on Jan 24, 2025

No findings