|
|
|
|
|
by the8472
1730 days ago
|
|
> R2 is designed with redundancy across a large number of regions for reliability. We plan on starting from automatic global distribution and adding back region-specific controls for when data has to be stored locally, as described above. Does that mean automatic caching across regions? Low-latency read access everywhere without an extra CDN in front of it? |
|
We're still deciding on how we want to handle caching. We integrate with Workers, so manually caching is always possible. The catch is we're currently building for strong consistency - if we added a cache in front, we'd weaken that - so it will likely be a configuration option we add later.