You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
provides 5 specific tips from Instagram's engineering team on how to scale
1794
1794
the design of your PostgreSQL database.</p>
1795
1795
</li>
1796
+
<li>
1797
+
<p><ahref="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>
1796
1801
</ul>
1797
1802
<h2>MySQL</h2>
1798
1803
<p>MySQL is another viable open source database backend option for Python web
provides 5 specific tips from Instagram's engineering team on how to scale
105
105
the design of your PostgreSQL database.</p>
106
106
</li>
107
+
<li>
108
+
<p><ahref="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>
107
112
</ul>
108
113
<h2>MySQL</h2>
109
114
<p>MySQL is another viable open source database backend option for Python web
Copy file name to clipboardExpand all lines: source/content/pages/04-data/0401-databases.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,10 @@ The post is an inside look at the evolution of Braintree's usage of the database
87
87
provides 5 specific tips from Instagram's engineering team on how to scale
88
88
the design of your PostgreSQL database.
89
89
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
+
90
94
91
95
## MySQL
92
96
MySQL is another viable open source database backend option for Python web
0 commit comments