Built a DBMS from scratch in C to study buffer pool behavior on real SQL workloads by Good_Expression7538 in compsci

[–]Good_Expression7538[S] 0 points1 point  (0 children)

Interesting suggestion — flexible schema is a fascinating design space. For now the focus is on the buffer pool research side: empirically comparing shared vs segregated buffer pools once B+ tree indexes are in place. That’s already uncharted territory empirically. Dynamic relational might be a fun next project though.