Pergunta de entrevista da empresa Zalando

What's the difference between consistency and eventual consistency

Resposta da entrevista

Sigiloso

16 de set. de 2025

The key difference is that strong consistency guarantees data is immediately consistent across all nodes, so every read returns the most recent write, while eventual consistency allows for a period of inconsistency, assuring that data will eventually become consistent across all replicas after no new updates are made.