Scaling Postgres With Some Help from Redis

As we push our servers to support more users, databases too must scale. Scaling Postgres vertically and horizontally works well for most data, but what if you really need to perform 100k writes per second? By using an in-memory data structure server called Redis along with Postgres, we will discuss playing to the strengths of each database to help scale and simplify your operations.

Video