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: PostgreSQL resources for SQL Server users?

1 pointsby JeffRosenbergover 3 years ago
I have 10+ years of experience with MS SQL Server, doing moderately-advanced tasks such as tuning queries and indexes, managing replication and high availability, etc. I&#x27;m looking to learn more about PostgreSQL, but if possible I&#x27;d love to be able to piggyback on the broader RDBMS knowledge I already have. For example, I understand the broad principles of how indexes work from my experience with MSSQL, but I know that in Postgres the specific implementation will be significantly different.<p>I&#x27;m hoping for some recommendations for learning Postgres that can take my existing knowledge into account, so I&#x27;m not starting from scratch. I&#x27;m interested in understanding how the engine works, as opposed to differences in syntax. In other words, explanations of PostgreSQL internals, or if such a thing exists, a comparison with SQL Server. Of course, if there are specific reasons why it might be better to start from scratch, I&#x27;d be interested to hear those too.

1 comment

vogover 3 years ago
I&#x27;d recommend starting &quot;from scratch&quot; for the simple reason that the official PostgreSQL manual is excellent:<p><a href="https:&#x2F;&#x2F;www.postgresql.org&#x2F;docs&#x2F;14&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;www.postgresql.org&#x2F;docs&#x2F;14&#x2F;index.html</a><p>You&#x27;ll quickly find which parts of the manual are interesting to you and which ones just repeat what you already know (or could have guessed on your own). Since the manual is very well structured, skipping those parts is very easy.
评论 #29478739 未加载