Databases
Replication lag
The delay before a write on the primary becomes visible on a replica.
Why interviewers ask about it
The concrete bug is read-after-write: a user saves and the change appears to vanish. The fix is routing that read to the primary or pinning the session.
Related terms
This term is part of the free Python Full-Stack interview preparation module - browse the full glossary for every definition.