| From: | Radosław Smogura <rsmogura(at)softperience(dot)eu> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Auto adjust send buffer size to congention window |
| Date: | 2011-06-06 04:55:56 |
| Message-ID: | 201106060655.56858.rsmogura@softperience.eu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> Monday 06 of June 2011 04:07:41
> =?utf-8?q?Rados=C5=82aw_Smogura?= <rsmogura(at)softperience(dot)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
I was thought about send buffer size in libpq.
Regards,
Radek
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pavel Stehule | 2011-06-06 04:56:47 | Re: Range Types and extensions |
| Previous Message | Darren Duncan | 2011-06-06 04:51:57 | Re: Range Types and extensions |