Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Performance degradation in commit ac1d794 - Mailing list pgsql-hackers

Andres Freund <[email protected]> writes:
> On December 25, 2015 7:10:23 PM GMT+01:00, Tom Lane <[email protected]> wrote:
>> Seems like what you've got here is a kernel bug.

> I wouldn't go as far as calling it a kernel bug. Were still doing 300k tps. And were triggering the performance
degradationby adding another socket (IIRC) to the poll(2) call.
 

Hmm.  And all those FDs point to the same pipe.  I wonder if we're looking
at contention for some pipe-related data structure inside the kernel.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Performance degradation in commit ac1d794
Next
From: Васильев Дмитрий
Date:
Subject: Re: Performance degradation in commit ac1d794