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.
HE
- Source Code
- https://github.com/thetarby/helindb[01]
- Start Year
- 2021
- Project Types
- Hobby, Open Source
- Written in
- Go
- Supported Languages
- Go
- Operating System
- Linux
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.
Citations
1 source- GitHub - thetarby/helindb · GitHub github.com
Revision #3