Y
Hacker News
new
|
ask
|
show
|
jobs
by
crateless
1653 days ago
Are there any resources e.g books, blogs etc. that have a low-level description of the data structures/algos involved when SQL queries are run?
1 comments
defaultcompany
1653 days ago
You might look at SQLToy which is a DB and blog I wrote to teach how SQL processing works internally:
https://github.com/weinberg/SQLToy
link