cstack / db_tutorial

Writing a sqlite clone from scratch in C
https://cstack.github.io/db_tutorial
MIT License
9.56k stars 968 forks source link

Part 14 - Splitting Internal Nodes #100

Closed hawthorne3341 closed 1 year ago

hawthorne3341 commented 1 year ago

Hello, I really enjoyed going through this tutorial and noticed that the piece on splitting internal nodes hadn't been covered yet. I went ahead and implemented this feature and created a write-up for it, will be glad for any feedback.

cstack commented 1 year ago

Incredible! Thank you for the thorough work. I'll give a look this week

cstack commented 1 year ago

Thank you for the contribution :) It's live on the site now. If you want to write any more parts for the tutorial, I'd be happy to add them. There's a lot of demand from the community but I just haven't had the time