|
|
|
|
|
by ctvo
1730 days ago
|
|
> If so, curious what would happen in a scenario where a region requests an object that has been persisted at another region but not yet propagated? Will it result in a 404 or is the system smart enough to route the request to the region that has the file at the cost higher latency? It's eventually consistent for global replication, but additionally there should be a consistent index of things that are available in other regions? I suppose that's plausible. Seems to defeat a lot of what they're avoiding. Nothing stopping you from doing a scatter gather on a 404 base on some heuristic in your application code though. |
|