Hey folks, we released a small improvement last week for read replication and would love to get some
Hey folks, we released a small improvement last week for read replication and would love to get some feedback, or unexpected encountered issues. 🙏
Until last week, requests flowing through your replicas would wait for the replica to startup instead of using the primary until the replica is up and ready, which led to some latency increase for applications without constant traffic.
As of last week, requests now flow to the primary instance while replicas boot up, therefore latencies are expected to be better. 🚀
Keep in mind that if your application is doing less than 1 query per minute, your primary will most likely have to cold start often too, this didn't change, so in those cases you will anyway have the same latencies.
Please try it out and let us know if you encounter any issues or unexpected behavior.
0 Replies