Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSMTree + SSTable Database Implementation

This is a crude implementation of a LSMTree and Sorted String Table based database. This is significantly faster at writing than reading, and this is by design.

This is an implementation I've done in order to learn and understand.

Hopefully by the end of this implementation the performance will be kind of OK.

At the time the feature list is:

Features

  • SSTable
  • WAL
  • Bloom Filter
  • Caching (will be removed)

Missing:

  • WAL Playback
  • Version Vectors
  • Leader election system
  • Leader synchronization system
  • No LSM Tree implementation
  • Other DB concepts I have yet to learn
  • Rebuild DB from WAL

About

A repo of code to learn how databases with an LSMTree & SSTable Implementation works

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages