Recently created a minimal persistent relational database in Go. Main focus was on implementing & understanding working the of database, storage management & transaction handling. Use of B+ Tree for storage engine(support for indexing), managing a Free List (for reusing nodes), Support for transactions, Concurrent Reads. Still have many things to add & fix like query processing being one of the main & fixing some bugs
Repo link - https://github.com/Sahilb315/AtomixDB
Would love to hear your thoughts
Comments URL: https://news.ycombinator.com/item?id=43183891
Points: 59
# Comments: 20
Établi
1mo
|
26 févr. 2025, 16:40:17
Connectez-vous pour ajouter un commentaire
Autres messages de ce groupe
Article URL: https://nanochess.org/transputer_emulator.html

