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.

Postgres – EXPLAIN explained

105 pointsby onderkalaciover 9 years ago

7 comments

dexenover 9 years ago
The tool for highlighting EXPLAIN output is provided on <a href="http:&#x2F;&#x2F;explain.depesz.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;explain.depesz.com&#x2F;</a> (as mentioned in a later slide). It&#x27;s commonly used when asking for help and discussing queries on #postgresql on Freenode.
cdmanover 9 years ago
Can also warmly recommend the EXPLAIN visualizations generated by pgAdmin: <a href="http:&#x2F;&#x2F;www.pgadmin.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.pgadmin.org&#x2F;</a><p>See an (simple) example here: <a href="http:&#x2F;&#x2F;www.pgadmin.org&#x2F;images&#x2F;screenshots&#x2F;pgadmin3_macosx.png" rel="nofollow">http:&#x2F;&#x2F;www.pgadmin.org&#x2F;images&#x2F;screenshots&#x2F;pgadmin3_macosx.pn...</a>
jimktrains2over 9 years ago
And I haven&#x27;t completely finished my explanation of it! <a href="http:&#x2F;&#x2F;jimkeener.com&#x2F;posts&#x2F;explain-pg" rel="nofollow">http:&#x2F;&#x2F;jimkeener.com&#x2F;posts&#x2F;explain-pg</a><p>I love EXPLAIN, it&#x27;s such an amazing tool for figuring out how to get a query to run faster. It&#x27;s much more detailed than MySQL&#x27;s and often one of the reasons I list when people ask if they should checkout&#x2F;switch to pg (which you should!)
skrauseover 9 years ago
Another EXPLAIN documentation, probably easier to read since it&#x27;s a PDF and not a slideshow: <a href="http:&#x2F;&#x2F;www.dalibo.org&#x2F;_media&#x2F;understanding_explain.pdf" rel="nofollow">http:&#x2F;&#x2F;www.dalibo.org&#x2F;_media&#x2F;understanding_explain.pdf</a>
hvoover 9 years ago
Thanks for this. I really like postgres community.They are vibrant and you will almost always learn one thing or the other from them.
iso8859-1over 9 years ago
Where is the video for this?
stevenringoover 9 years ago
Nice one. Is there an offline&#x2F;downloadable version available?
评论 #10312580 未加载
评论 #10310859 未加载