I was reading an article about youtube in it's early years http://highscalability.com/youtube-architecture and came across the term Replica Lag. What exactly is that?
Asked
Active
Viewed 55 times
1 Answers
2
Replica lag is the delay between updating a database on the main server and having it replicated to all other servers.
In a heavily loaded database system it can take some time for updates to be processed by all the other servers.

Grant
- 17,859
- 14
- 72
- 103