Skip to content
/ mvcc-rs Public
forked from penberg/tihku

Optimistic MVCC for main memory databases.

License

Notifications You must be signed in to change notification settings

psarna/mvcc-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVCC for Rust

This is a work-in-progress Rust implementation of the Hekaton optimistic multiversion concurrency control algorithm.

Development

Run tests:

cargo test

Test coverage report:

cargo tarpaulin -o html

Run benchmarks:

cargo bench

Run benchmarks and generate flamegraphs:

echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
cargo bench --bench my_benchmark -- --profile-time=5

References

Larson et al. High-Performance Concurrency Control Mechanisms for Main-Memory Databases. VLDB '11

About

Optimistic MVCC for main memory databases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%