Skip to content

This is a database implementation to research certain aspects in the pipeline. Having all sota buffer replacement policies. In the future i try to add as many features as possible.

License

Notifications You must be signed in to change notification settings

sl-badcoder/sldb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLDB

🚧 Simple Database implementation but still under construction.

BUFFER_REPLACEMENT 🔍

  • LRU
  • LFU
  • FIFO
  • TWOQUEUE
  • Clock Replacement

INDEXING 🌲

  • B-Tree
  • B+-Tree
  • Hashmap

STORAGE 💾

  • row_storage (OLTP)
  • column_storage (OLAP)

About

This is a database implementation to research certain aspects in the pipeline. Having all sota buffer replacement policies. In the future i try to add as many features as possible.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors