Hacker News new | ask | show | jobs
by jtc331 1019 days ago
If deploying on different racks is that big of problem for your latency then you’re severely limited in how far you can scale your application just by physical rack space. IME this just isn’t true.
1 comments

And even if in different data centers (say different AZs), query latency is probably 1ms; in practice that’s quite low. How many queries are you doing in a request?
> query latency is probably 1ms

> This generally produces single digit millisecond roundtrip latency between AZs in the same Region.

https://aws.amazon.com/blogs/architecture/improving-performa...

So we're both wrong.