An open API service indexing awesome lists of open source software.

https://github.com/vimalyad/version-db

A single-node relational database engine built from scratch in Java 17. VersionDB implements the core of a real database — a disk-backed storage engine, write-ahead logging with ARIES crash recovery, PostgreSQL-style multi-version concurrency control (MVCC), a SQL parser, a B+Tree index, a cost-based optimizer, and a Volcano-model execution engine
https://github.com/vimalyad/version-db

Last synced: 2 days ago
JSON representation

A single-node relational database engine built from scratch in Java 17. VersionDB implements the core of a real database — a disk-backed storage engine, write-ahead logging with ARIES crash recovery, PostgreSQL-style multi-version concurrency control (MVCC), a SQL parser, a B+Tree index, a cost-based optimizer, and a Volcano-model execution engine

Awesome Lists containing this project