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

No packages published