|
|
|
Ask HN: Book Recommendation on Database Internals
|
|
2 points
by finlaybw
1136 days ago
|
|
I am looking for books (any other resource will do too) that can help with learning database internals. Specifically the core components that makes up a database and how to implements. The book should probably cover the query engine parts (sql parsing, query plans etc) and the persistence part. Recommendations will be appreciated. |
|
The author also made it available for free at https://howqueryengineswork.com/00-introduction.html
On implementation, my favourite is "Database Design and Implementation" by Ed Sciore, you write a relational DB in Java, including the parser.