|
|
|
|
|
by dastbe
3128 days ago
|
|
I would say this offers global capabilities while preserving regional isolation. you're composing the global table out of regional tables (which replicate between each other), and you're still using regional endpoints. this means that a failure with one region's table does not have impact on the other. this model does mean that certain things, like conditional expressions, are less useful/useless because you could very well execute a conditional expression against stale date. |
|
If replication is asynchronous it will cost you freshness.
I'm not entirely sure what's implemented here, either way you need to pick. It's not magic.