What is Read Replica?
Read replica is a read-only copy of your primary database that continuously synchronises data from the master node. In scraping infrastructure, it separates the heavy write workloads of ingestion pipelines from the complex read queries of downstream analytics and data delivery. Without it, a massive batch insert from a concurrent crawl can lock tables, exhaust connection pools, and bring your entire client-facing API to a halt.