Skip to content

Commit 697e9e1

Browse files
committed
new postgresql resource
1 parent eb0d9bd commit 697e9e1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

content/pages/09-data/03-postgresql.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ walkthroughs I've read.
161161
PostgreSQL tutorials not specific to Python are also really helpful
162162
for 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

content/pages/11-devops/06-caching.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)