#
mvcc
Here are 28 public repositories matching this topic...
One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
-
Updated
Jul 19, 2021 - C
Ultra fast, compact, Embedded Database for tabular and semistructured data.
performance
nosql
storage-engine
mvcc
fpta
perfomance
embedded-database
acid
libmdbx
semistructured-data
-
Updated
May 31, 2021 - C++
Pillars for Transactional Systems and Data Grids
-
Updated
Apr 13, 2021 - Rust
Authenticated multi-version database: sparse binary merkle tree with compact partial-tree proofs
database
lmdb
mvcc
embedded-database
merkle-tree
proofs
multi-version
lmdbxx
authenticated-dictionaries
-
Updated
Jul 1, 2021 - C++
Ultra fast, compact, Embedded Database for tabular and semistructured data.
performance
mvcc
fpta
durability
positive
embedded-database
acid
nosql-data-storage
nosql-transactions
inmemory-db
fast-positive-tuples
fast-positive-tables
t1ha
libmdbx
semistructured-data
-
Updated
Jun 1, 2021 - C++
Storage algorithms.
-
Updated
Feb 10, 2021 - Go
a tiny database with ARIES recovery algorithm (WAL and Fuzzy Checkpoint) to achieve ACID
-
Updated
Aug 22, 2020 - Java
A key-value library that implements MVCC.
-
Updated
May 3, 2019 - C
Guinsoo, not only a database.
embedded
database
mvcc
local-storage
xxhash
high-performance-computing
olap
low-latency
columnar-storage
vectorization
b-tree
multi-version
calculation-engine
-
Updated
Jul 20, 2021 - Java
Build a distributed transactional key-value database
-
Updated
Sep 25, 2019 - Go
A simple column-store data processing: MVCC implementation
-
Updated
Jun 13, 2017 - C++
Bachelor's Practical Course Capstone Project: Implement the MVCC feature of the DBMS Hekaton
-
Updated
Mar 13, 2017 - C++
A few experiments to develop a better understanding around Postgres and concurrency
-
Updated
Nov 30, 2020
Improve this page
Add a description, image, and links to the mvcc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mvcc topic, visit your repo's landing page and select "manage topics."
LlrbDepth calculates minimum, maximum, average and percentile of leaf-node depth in the LLRB tree.
Would be nice to have some rigorous test cases for this type.