Skip to content

Implementation of a data storage subsystem on disk (buffer pool), B+tree index on top of this subsystem (just planned right now), and transaction service at the snapshot isolation level.

Notifications You must be signed in to change notification settings

k-morozov/simple_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate clang-format

clang-format -style=google -dump-config > .clang-format

About

Implementation of a data storage subsystem on disk (buffer pool), B+tree index on top of this subsystem (just planned right now), and transaction service at the snapshot isolation level.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published