Skip to content

andrewzchen66/DBMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBMS

An ACID-compliant, thread-safe database management system implemented in Go. Utilizes b+tree and extendible hash indexing, supporting logical and bloom filter query optimizations. Implemented a write-ahead log (WAL) for fault tolerance/crash recovery. Utilized hand-over-hand fine-grained locking to handle high-volume concurrent read/writes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages