
Gianfranco Demarco
Data & AI Engineer | M.Sc. in Artificial Intelligence
Posts
DumbDB III: from text to results - an high-level overview
June 1, 2025An high-level overview of how a textual SQL query is processed by a DBMS to produce a result
DumbDB II: introducing the Hash Index
April 12, 2025Implementing a Hash Index in to boost the performance of the Append-Only Database
DumbDB I: an Append-Only Database
April 6, 2025Developing a dumb DBMS from scratch using Python - implement the most common operations on with an Append-Only Database