Why are inserts so slow?
Well, inserts visit more nodes. This means:
a) They take longer, (quite a lot longer) and
b) They are more likely to get a RejectedOverload (or a timeout).
Since our calculation of when we can send inserts is based solely on
these two factors... this results in us sending
Why are inserts so slow?
Well, inserts visit more nodes. This means:
a) They take longer, (quite a lot longer) and
b) They are more likely to get a RejectedOverload (or a timeout).
Since our calculation of when we can send inserts is based solely on
these two factors... this results in us sending