Skip to content
/ dbms Public

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.

Notifications You must be signed in to change notification settings

JasonBenn/dbms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published