|
|
|
|
|
by londons_explore
2742 days ago
|
|
You can tradeoff talk latency vs cost yourself easily. For example, you could have two copies of your data in the block store, and issue reads to both simultaneously, and use whichever returns first. Suddenly, your 99% latency becomes your 99.99% latency... You can do the same for writes (albeit a bit more complex). |
|