File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,11 @@ walkthroughs I've read.
161161PostgreSQL tutorials not specific to Python are also really helpful
162162for properly handling your data.
163163
164+ * [ Why PostgreSQL? (5 years later)] ( http://www.craigkerstiens.com/2017/04/30/why-postgres-five-years-later/ )
165+ covers the improvements that have been made to PostgreSQL over the
166+ past five years. It's amazing to see how far this project has come and
167+ how it continues to evolve.
168+
164169* [ PostgreSQL: The Nice Bits] ( https://russ.garrett.co.uk/talks/postgres-gds/ ) is a
165170 good overview slideshow of why PostgreSQL is a great relational database.
166171
Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ A cache can be created for multiple layers of the stack.
3232
3333
3434## Caching resources
35+ * [ Caching at Reddit] ( https://redditblog.com/2017/01/17/caching-at-reddit/ )
36+ is a wonderful in-depth post that goes into detail on how they handle
37+ caching their Python web app for
38+ [ billions of pageviews each month] ( http://expandedramblings.com/index.php/reddit-stats/ ) .
39+
3540* "[ Caching: Varnish or Nginx?] ( https://bjornjohansen.no/caching-varnish-or-nginx ) "
3641 reviews some considerations such as SSL and SPDY support when choosing
3742 reverse proxy Nginx or Varnish.
You can’t perform that action at this time.
0 commit comments