Ask HN: Recommended resource for learning how to build a SQL database

1 points by dvnguyen ↗ HN
Hi,

I want to have a deeper knowledge of how a SQL db engine works. One learning approach has worked for me was reimplementing things from scratch. Could you guys recommend some good resource on building a SQL database engine?

Thank you.

1 comment

[ 3.0 ms ] story [ 10.3 ms ] thread
Andy Pavlo from CMU has an advanced and an introductory lecture series on YouTube which covers most everything you would need assuming you have a basic algorithms, data structures, and operating systems background.

The papers referenced in the lectures also contain valuable information.