Skip to content

shawnspitzel/database-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project is for an isolated, self-constrained database kernel with a replacement policy algorithm, scheduling, indexing, etc. The kernel was designed to be as performant as possible within hot paths and areas of high thread contention.

Usage - Test Cases

mkdir build && cd build
cmake ..
make build-tests    # Build all tests
make check-tests    # Run all tests
make arc_replacer_test  # Build a specific test

About

Self-constrained relational database kernel with buffer pool management & concurrency control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published