Y
Hacker News
new
|
ask
|
show
|
jobs
by
mo_42
673 days ago
I came across this blog as well because I got interested in writing a compiler that converts SQL into source code of a type-checked language.
Are there any blog series about the details of query planning, optimization etc?
1 comments
jessekv
673 days ago
Not sure I understand, but SQLite itself sort of does that. You can take a look at the architecture here:
https://www.sqlite.org/arch.html
link