Re: Auto adjust send buffer size to congention window - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Auto adjust send buffer size to congention window
Date
Msg-id 1489.1307326061@sss.pgh.pa.us
Whole thread Raw
In response to Auto adjust send buffer size to congention window  (Radosław Smogura <rsmogura@softperience.eu>)
Responses Re: Auto adjust send buffer size to congention window
List pgsql-hackers
Radosław Smogura <rsmogura@softperience.eu> writes:
> I've got idea to auto adjust send buffer size to size of TCP congention 
> window. Will this increase performance and in which way. I suppose throughput 
> may be increased, but latency decreased. What do You think?

I think if that makes any difference at all, it would be proof that the
TCP stack on your machine was implemented by incompetents.  The kernel
should already be handling such considerations.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Assert failure when rechecking an exclusion constraint
Next
From: "Kevin Grittner"
Date:
Subject: Re: SIREAD lock versus ACCESS EXCLUSIVE lock