How to design a high availability and low latency system?

The original question comes from one design problem.
How to design a translator with high availability and low latency?
At the first glance of question,
high availability -> handling fail-over
low latency -> geo preference, cache and fast retrival (key-value store)

Above is the inspiration of summarizing this topic.

High Availability








Comments

Popular posts from this blog

Backtracking Algorithm

Wizard