Remix.run Logo
Show HN: Build you own SQL query planner/optimizer guide(github.com)
5 points by tuannh982 7 months ago | 1 comments

Build you own query planner guide. I've been developing this guide for some time now, and I'm excited to finally share it with you.

This project includes: - a SQL-like language - a fully-functional SQL planner/optimizer - a minimal query executor (for demoing purpose)

GitHub: https://github.com/tuannh982/query-planner-guide

7 months ago | parent [-]
[deleted]