[go: up one dir, main page]

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
End Year
2024
Project Types
Hobby, Open Source
Written in
Go
Supported Languages
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.

History


The system's source code repository has not been updated since 2024 and is now considered abandoned.

Checkpoints


Data Model


Indexes


Logging


Query Interface


Storage Architecture


Citations

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