Skip to content

Commit 760399d

Browse files
committed
adding awesome new postgres post
1 parent 302752e commit 760399d

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,6 +1793,11 @@ <h3>PostgreSQL resources</h3>
17931793
provides 5 specific tips from Instagram's engineering team on how to scale
17941794
the design of your PostgreSQL database.</p>
17951795
</li>
1796+
<li>
1797+
<p><a href="http://patshaughnessy.net/2014/10/13/following-a-select-statement-through-postgres-internals">Following a Select Statement Through Postgres Internals</a>
1798+
provides a fascinating look into the internal workings of PostgreSQL
1799+
during a query.</p>
1800+
</li>
17961801
</ul>
17971802
<h2>MySQL</h2>
17981803
<p>MySQL is another viable open source database backend option for Python web

databases.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ <h3>PostgreSQL resources</h3>
104104
provides 5 specific tips from Instagram's engineering team on how to scale
105105
the design of your PostgreSQL database.</p>
106106
</li>
107+
<li>
108+
<p><a href="http://patshaughnessy.net/2014/10/13/following-a-select-statement-through-postgres-internals">Following a Select Statement Through Postgres Internals</a>
109+
provides a fascinating look into the internal workings of PostgreSQL
110+
during a query.</p>
111+
</li>
107112
</ul>
108113
<h2>MySQL</h2>
109114
<p>MySQL is another viable open source database backend option for Python web

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-10-15T08:23:56Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-10-16T07:21:56Z</updated></feed>

source/content/pages/04-data/0401-databases.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ The post is an inside look at the evolution of Braintree's usage of the database
8787
provides 5 specific tips from Instagram's engineering team on how to scale
8888
the design of your PostgreSQL database.
8989

90+
* [Following a Select Statement Through Postgres Internals](http://patshaughnessy.net/2014/10/13/following-a-select-statement-through-postgres-internals)
91+
provides a fascinating look into the internal workings of PostgreSQL
92+
during a query.
93+
9094

9195
## MySQL
9296
MySQL is another viable open source database backend option for Python web

0 commit comments

Comments
 (0)