Skip to content

Commit 371a494

Browse files
committed
updating with new database resource
1 parent 83aeab6 commit 371a494

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3214,6 +3214,11 @@ <h3>PostgreSQL resources</h3>
32143214
<p>The title's a bit presumptuous but here's a useful list of
32153215
<a href="http://engineering.tilt.com/7-postgresql-data-migration-hacks/">7 PostgreSQL data migration hacks you should be using, but aren't</a>.</p>
32163216
</li>
3217+
<li>
3218+
<p>This guide to
3219+
<a href="http://russ.garrett.co.uk/2015/10/02/postgres-monitoring-cheatsheet/">PostgreSQL monitoring</a>
3220+
is handy for knowing what to measure and how to do it.</p>
3221+
</li>
32173222
</ul>
32183223
<h2>MySQL</h2>
32193224
<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
@@ -126,6 +126,11 @@ <h3>PostgreSQL resources</h3>
126126
<p>The title's a bit presumptuous but here's a useful list of
127127
<a href="http://engineering.tilt.com/7-postgresql-data-migration-hacks/">7 PostgreSQL data migration hacks you should be using, but aren't</a>.</p>
128128
</li>
129+
<li>
130+
<p>This guide to
131+
<a href="http://russ.garrett.co.uk/2015/10/02/postgres-monitoring-cheatsheet/">PostgreSQL monitoring</a>
132+
is handy for knowing what to measure and how to do it.</p>
133+
</li>
129134
</ul>
130135
<h2>MySQL</h2>
131136
<p>MySQL is another viable open source database backend option for Python web

source/content/pages/05-data/02-databases.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ The post is an inside look at the evolution of Braintree's usage of the database
100100
* The title's a bit presumptuous but here's a useful list of
101101
[7 PostgreSQL data migration hacks you should be using, but aren't](http://engineering.tilt.com/7-postgresql-data-migration-hacks/).
102102

103+
* This guide to
104+
[PostgreSQL monitoring](http://russ.garrett.co.uk/2015/10/02/postgres-monitoring-cheatsheet/)
105+
is handy for knowing what to measure and how to do it.
106+
103107

104108
## MySQL
105109
MySQL is another viable open source database backend option for Python web

0 commit comments

Comments
 (0)