←back to thread

768 points cyndunlop | 2 comments | | HN request time: 0s | source
1. trhway ◴[] No.43106657[source]
So the system design puts the burden on what seems to be synchronous, not queued, writes to get easy reads. I usually prefer simpler cheaper writes at the cost of more complicated reads as the reads scale and parallelize better.
replies(1): >>43107302 #
2. pfraze ◴[] No.43107302[source]
you're underestimating the read load, by a lot