This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Replication is a feature of PostgreSQL that you typically use to achieve high availability by running copies of a database that are ready to take over if your primary database fails. However, you can also use replication to make your Django applications faster. In this post, I’ll explain how to configure Django to query read-only Postgres replicas, allowing you to scale your database read…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.