Skip to content

luqmansen/built-your-own-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create your own DB from scratch

  • Storage Engine
    • B+Tree
    • SSTable
  • Page Cache
  • Execution Engine
  • SQL Parser
    • SQL Optimizer
  • Server

Distributed System

  • Raft