Re: Major Linux performance regression; shouldn't we be worried about RHEL6? - Mailing list pgsql-performance

From Scott Carey
Subject Re: Major Linux performance regression; shouldn't we be worried about RHEL6?
Date
Msg-id 2F6112AF-EC0A-4ABB-9CBE-24A7CC3A16B6@richrelevance.com
Whole thread Raw
In response to Re: Major Linux performance regression; shouldn't we be worried about RHEL6?  (Josh Berkus <josh@agliodbs.com>)
List pgsql-performance
On Nov 5, 2010, at 1:19 PM, Josh Berkus wrote:

>
>> The serious problems with this appear to be (a) that Linux/Ext4 PG
>> performance still hasn't fully recovered, and, (b) that RHEL6 is set to
>> ship with kernel 2.6.32, which means that we'll have a whole generation
>> of RHEL which is off-limits to PostgreSQL.
>
> Oh.  Found some other information on the issue.  Looks like the problem
> is fixed in later kernels.  So the only real issue is: is RHEL6 shipping
> with 2.6.32?
>

No, RHEL 6 is not on any specific upstream Kernel version.  Its 2.6.32++, with many changes from .33 to .35 also in
there. You can probably assume that ALL ext4 changes are in there (since RedHat develops and contributes that).  Plus,
itwill have several features that RedHat has not gotten pushed upstream completely yet, such as the automatic huge
pagesstuff. 

The likelihood that file system related fixes from the .33 to .35 range did not make RHEL 6 is very low.


> --
>                                  -- Josh Berkus
>                                     PostgreSQL Experts Inc.
>                                     http://www.pgexperts.com
>
> --
> Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance


pgsql-performance by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Major Linux performance regression; shouldn't we be worried about RHEL6?
Next
From: Marti Raudsepp
Date:
Subject: Re: Defaulting wal_sync_method to fdatasync on Linux for 9.1?