DBDB.io The Encyclopedia of Database Systems · Est. 2017
Database of Databases

Database Entry

HelinDB


HelinDB is an open-source disk-oriented database management system developed in Go. It implements core storage engine functionalities, including a B+ tree indexing structure, write-ahead logging (WAL), a buffer pool utilizing a clock replacement algorithm, and checkpoint-based crash recovery mechanisms.

Source Code
https://github.com/thetarby/helindb[01]
Start Year
2021
Project Types
Hobby, Open Source
Written in
Go
Operating System
Linux

Database Entry

HelinDB


HelinDB is an open-source disk-oriented database management system developed in Go. It implements core storage engine functionalities, including a B+ tree indexing structure, write-ahead logging (WAL), a buffer pool utilizing a clock replacement algorithm, and checkpoint-based crash recovery mechanisms.

Checkpoints


Indexes


Logging


Storage Architecture


Citations

1 source
  1. GitHub - thetarby/helindb · GitHub github.com
Revision #2