Replication Lag
Everything on SkillVeris tagged Replication Lag — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 1 library
Interview Questions(5)
What Causes Replication Lag and How Do You Reduce It?
Replication lag is the delay between a write committing on the primary and that same write becoming visible on a replica, and it is typically caused by network…
What are Read Replica Routing Strategies?
Read replica routing strategies are the rules an application or proxy uses to decide which database server handles each query — sending writes to the primary a…
What Key Metrics Should You Monitor for a Database?
The core database metrics to monitor are query latency and throughput, connection pool saturation, replication lag, cache hit ratio, disk I/O and space usage,…
What is Database Replication in System Design?
Database replication is the process of copying data from a primary database to one or more replica databases so the system gains redundancy for fault tolerance…
What Are Read Replicas and How Do They Scale Reads?
A read replica is a copy of a primary database that continuously receives updates via replication and serves read-only queries, letting an application scale re…