TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Good books/resources for learning database internals?

2 pointsby ddwalmost 8 years 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 comment

mabynogyalmost 8 years ago
SQLite has interesting papers about its internals: <a href="https:&#x2F;&#x2F;www.sqlite.org&#x2F;optoverview.html" rel="nofollow">https:&#x2F;&#x2F;www.sqlite.org&#x2F;optoverview.html</a>