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: Best resources to learn the intricacies of relational databases

3 pointsby RapperWhoMadeItover 2 years ago

2 comments

oxffover 2 years ago
Courses:<p>CMU 15-445: <i>Intro to Database Systems</i><p>- <a href="https:&#x2F;&#x2F;15445.courses.cs.cmu.edu&#x2F;fall2022&#x2F;" rel="nofollow">https:&#x2F;&#x2F;15445.courses.cs.cmu.edu&#x2F;fall2022&#x2F;</a><p>CMU 15-721: <i>Advanced Database Systems</i><p>- <a href="https:&#x2F;&#x2F;15721.courses.cs.cmu.edu&#x2F;spring2020&#x2F;" rel="nofollow">https:&#x2F;&#x2F;15721.courses.cs.cmu.edu&#x2F;spring2020&#x2F;</a><p>CMU 15-799: <i>Self-Driving DBMS</i><p>- <a href="https:&#x2F;&#x2F;15799.courses.cs.cmu.edu&#x2F;spring2022&#x2F;" rel="nofollow">https:&#x2F;&#x2F;15799.courses.cs.cmu.edu&#x2F;spring2022&#x2F;</a><p>DBMS specific:<p>PostgreSQL 14 Internals<p>- <a href="https:&#x2F;&#x2F;postgrespro.com&#x2F;community&#x2F;books&#x2F;internals" rel="nofollow">https:&#x2F;&#x2F;postgrespro.com&#x2F;community&#x2F;books&#x2F;internals</a><p>Others:<p>A handy list of distributed system links<p>- <a href="https:&#x2F;&#x2F;pierrezemb.fr&#x2F;posts&#x2F;distsys-resources&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pierrezemb.fr&#x2F;posts&#x2F;distsys-resources&#x2F;</a>
评论 #32914777 未加载
RapperWhoMadeItover 2 years ago
I am trying to get a more than superficial level of knowledge on deploying services on relational databases with a lot of traffic. I don&#x27;t know if it makes sense to grab any manual of a relational database, like PostgreSQL or MySQL, or if that is too specific and it makes more sense to start with a more general book. [Please do not suggest Designing Data Intensive Applications, I am already reading it :) ] Moreover, what are the best resources you know of that you used to learn SQL queries and their syntax properly? Thank you very much!