File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
source/content/pages/05-data Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
105109MySQL is another viable open source database backend option for Python web
You can’t perform that action at this time.
0 commit comments