Update README.md

This commit is contained in:
Pekka Enberg
2023-04-14 13:52:55 +03:00
committed by GitHub
parent 5f84604d67
commit 4a98d32ce1

View File

@@ -1,6 +1,12 @@
# MVCC for Rust
This is a _work-in-progress_ Rust implementation of the Hekaton optimistic multiversion concurrency control algorithm.
This is a _work-in-progress_ the Hekaton optimistic multiversion concurrency control library in Rust.
The aim of the project is to provide a building block for implementing database management systems.
## Features
* Main memory architecture, rows are accessed via an index
* Optimistic multi-version concurrency control
## Development