Skip to content

Commit

Permalink
Merge pull request #17 from jordansexton/patch-1
Browse files Browse the repository at this point in the history
fixed minor typos
  • Loading branch information
pydanny committed Oct 9, 2017
2 parents d670573 + 6414725 commit 276706a
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -225,4 +225,4 @@ AWS Survival Guide

* Biggest instance you can afford
* EBS for the data and transaction
* **Set up streaming replication**
* **Set up streaming replication**

0 comments on commit 276706a

Please sign in to comment.