Y
Hacker News
new
|
ask
|
show
|
jobs
Ask HN: Good books/resources for learning database internals?
2 points
by
ddw
3299 days ago
I know how to use databases but am sometimes fuzzy on how they actually work under the hood. Can you recommend good books or other resources for learning database internals?
1 comments
mabynogy
3299 days ago
SQLite has interesting papers about its internals:
https://www.sqlite.org/optoverview.html
link