GitHub - JasonBenn/dbms: A DBMS implementation. Stores data in both columnar and row formats, allowing the query planner to choose which layout format to read from for best performance. Tradeoff: 2x space cost, slower writes. · GitHub
Skip to content

JasonBenn/dbms

Folders and files

Repository files navigation

TBD DB

tl;dr: A DBMS optimized for ultra-fast reads.

pros: Stores data on both a columnar basis and a row basis, allowing the query planner to choose which layout format to read from for best performance, potentially even mid-query.

cons: doubles the database's size on disk and write speed.

About

A DBMS implementation. Stores data in both columnar and row formats, allowing the query planner to choose which layout format to read from for best performance. Tradeoff: 2x space cost, slower writes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors