Skip to content

umr-dbs/CC-BPlusTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concurrency Control CRUD B+Tree

Build:             - 06.05.2024
Version:           - 0.0.117 (Beta)
Enable OLC-HLE:    - --features olc-hle
Enable ORWC-FAIR   - --features orwc-fair

OS/Architecture:   - Linux/x86
Rustc:             - >= 1.65.0 (2021 Edition)

Locking Techniques

- ORWC (DEXA24)
- LHL  (DEXA24)
- MonoWriter
- Exclusive-LC
- OLC
- HL

CRUD

- (C) Create  - Insert a new key
- (R) Read    - Read a single key or multiple keys
- (U) Update  - Update an existing key
- (D) Delete  - Delete an existing key

Contact

Name:               Amir El-Shaikh
E-Mail:             elshaikh@mathematik.uni-marburg.de

About

Concurrency Controls for B+Trees

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages