Skip to content

Commit

Permalink
fixed minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaaash committed Oct 9, 2017
1 parent d670573 commit 6414725
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
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 6414725

Please sign in to comment.