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.

Internals of PostgreSQL

464 pointsby billwashereover 6 years ago

8 comments

codetrotterover 6 years ago
Following the link to the blog of the author I found a blog post titled “postgres cluster management system in GoCardless”<p><a href="http:&#x2F;&#x2F;www.interdb.jp&#x2F;blog&#x2F;pgsql&#x2F;pg_pacemaker_01&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.interdb.jp&#x2F;blog&#x2F;pgsql&#x2F;pg_pacemaker_01&#x2F;</a><p>Which in turn lead me to<p><a href="https:&#x2F;&#x2F;github.com&#x2F;gocardless&#x2F;our-postgresql-setup" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gocardless&#x2F;our-postgresql-setup</a><p>And in turn to a fifteen minute talk titled “Zero-downtime Postgres upgrades”<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=SAkNBiZzEX8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=SAkNBiZzEX8</a><p>Which was interesting and informative IMO.<p>After watching that one I was lead further via the YouTube suggested videos to a 45 minute talk titled “Tuning PostgreSQL for High Write Loads”<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=xrMbzHdPLKM" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=xrMbzHdPLKM</a><p>Which I liked a lot as well.<p>I think anyone who came here because they are interested in the subject of the OP link might be interested in watching these videos.<p>Though disclaimer of course: These videos told me things I didn’t know about scaling PostgreSQL, because there is a lot I don’t know about that. But if you already know a lot about that then of course these videos might not be so interesting to you.
评论 #18951782 未加载
chris_wotover 6 years ago
This is the thing I love about PostgreSQL, you can find out <i>everything</i> about the database. Oracle is ridiculous - they have something of the range of over a thousand hidden parameters, query tuning their CBO is somewhat of a black art and can change between point releases, and leads to articles like the following:<p><a href="http:&#x2F;&#x2F;www.dba-oracle.com&#x2F;art_so_undoc_parms_p2.htm" rel="nofollow">http:&#x2F;&#x2F;www.dba-oracle.com&#x2F;art_so_undoc_parms_p2.htm</a><p>PostgreSQL, however, has none of these limitations.
评论 #18952390 未加载
评论 #18952186 未加载
评论 #18952487 未加载
评论 #18953317 未加载
vordooover 6 years ago
Reminded me that &quot;Postgres is easy to install, administer, maintain, and use... with just a little bit of orientation. This is that orientation.&quot;<p>Christophe Pettus: PostgreSQL Proficiency for Python People - PyCon 2014. <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=0uCxLCmzaG4" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=0uCxLCmzaG4</a>
jsjohnstover 6 years ago
Does anyone know if something like this exists for other popular DBs?
评论 #18951694 未加载
评论 #18951887 未加载
onezeronine2over 6 years ago
As a person who have started in SQL server, I really like the succinct clarity of Postgresql functions and its lightweight installation on the server. Thanks for sharing, this could really help me in the future.
spegover 6 years ago
Aside: do you still need to use a cache service when using Postgres? Our Django web app forgoes any caching because “Postgres is fast enough” and “has its own cache”.
评论 #18952968 未加载
评论 #18955145 未加载
评论 #18954770 未加载
评论 #18953452 未加载
评论 #18953107 未加载
评论 #18956596 未加载
mohsinhijazeeover 6 years ago
Thank you for posting. Really great resource.
woileover 6 years ago
Awesome source, does anyone know how to convert it into a mobi? I&#x27;d like to send it to my kindle
评论 #18953796 未加载