TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best resources to learn the intricacies of relational databases

3 点作者 RapperWhoMadeIt超过 2 年前

2 条评论

oxff超过 2 年前
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 未加载
RapperWhoMadeIt超过 2 年前
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!