There are a lot of articles on the cost of Cosmos DB transactions, but I've never been able to find any detail on the cost of geo-replication. I understand that performing a read with high consistency can generate a high cost query, but is there any impact on writes?
A working example:
What is the total RU cost of writing a 1KB document and having it geo-replicated in this set up? Are charges applied to the non-master regions? Or is there no transaction cost, only storage?
- 3 geo-replicated regions, single write region
- 400 RU provisioned
By contrast, what is the cost of writing a 1KB document and having it geo-replicated in this set up?
- Single region, no geo-replicated region
- 400 RU provisioned