From 64147253e966bdfece3ab9bb02a671a38d904f92 Mon Sep 17 00:00:00 2001 From: Jordan Sexton Date: Sun, 8 Oct 2017 23:46:28 -0500 Subject: [PATCH] fixed minor typos --- .../10-steps-to-better-postgresql-performance.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DjangoConEurope2012/10-steps-to-better-postgresql-performance.rst b/DjangoConEurope2012/10-steps-to-better-postgresql-performance.rst index 5cc2f7a..fe64a4e 100644 --- a/DjangoConEurope2012/10-steps-to-better-postgresql-performance.rst +++ b/DjangoConEurope2012/10-steps-to-better-postgresql-performance.rst @@ -102,7 +102,7 @@ Stupid Database Tricks One schema trick ----------------- -* If one model ha sa constantly-updated section and a rarely-updated section +* If one model has a constantly-updated section and a rarely-updated section * last-seen on site field * cut out that field into a new model @@ -210,7 +210,7 @@ Vacuum FREEZE ---------------------- * Once in a while PostgreSQL needs to scan every table -* THis can be a very big surprise +* This can be a very big surprise * Run VACUUM manually periodically Hardware @@ -225,4 +225,4 @@ AWS Survival Guide * Biggest instance you can afford * EBS for the data and transaction -* **Set up streaming replication** \ No newline at end of file +* **Set up streaming replication**