Hi,
On 2021-05-17 16:21:36 +0300, Yura Sokolov wrote:
> Andres Freund писал 2021-05-17 01:44:
> > What kind of network is this? I would have expected that if the network
> > can't keep up the small sends would end up getting aggregated into
> > larger packets anyway? Are you hitting a PPS limit due to the small
> > packages, but not yet the throughput limit?
>
> I believe the reason is more in sys-call and kernel cpu time overhead than
> in network throughput. Especially in this "after meltdown+spectre" time.
Well, enabling Nagle's wouldn't change anything if the issue is just
syscall and not network overhead. Yet the ask was to enable Nagle's...
Greetings,
Andres Freund