Re: Defaulting wal_sync_method to fdatasync on Linux for 9.1?

Поиск
Список
Период
Сортировка
От Scott Carey
Тема Re: Defaulting wal_sync_method to fdatasync on Linux for 9.1?
Дата
Msg-id B934F82D-E22F-42E7-A69D-A9C409C96DBE@richrelevance.com
обсуждение исходный текст
Ответ на Re: Defaulting wal_sync_method to fdatasync on Linux for 9.1?  (Mladen Gogala <mladen.gogala@vmsinfo.com>)
Список pgsql-performance
On Nov 16, 2010, at 4:05 PM, Mladen Gogala wrote:

> Josh Berkus wrote:
>> On 11/16/10 12:39 PM, Greg Smith wrote:
>>
>>> I want to next go through and replicate some of the actual database
>>> level tests before giving a full opinion on whether this data proves
>>> it's worth changing the wal_sync_method detection.  So far I'm torn
>>> between whether that's the right approach, or if we should just increase
>>> the default value for wal_buffers to something more reasonable.
>>>
>>
>> We'd love to, but wal_buffers uses sysV shmem.
>>
>>
> Speaking of the SYSV SHMEM, is it possible to use huge pages?

RHEL 6  and friends have transparent hugepage support.  I'm not sure if they yet transparently do it for SYSV SHMEM,
butthey do for most everything else.  Sequential traversal of a process heap is several times faster with hugepages.
Unfortunately,postgres doesn't organize its blocks in its shared_mem to be sequential for a relation.  So it might not
mattermuch. 

>
> --
>
> Mladen Gogala
> Sr. Oracle DBA
> 1500 Broadway
> New York, NY 10036
> (212) 329-5251
> http://www.vmsinfo.com
> The Leader in Integrated Media Intelligence Solutions
>
>
>
>
> --
> 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 по дате отправления:

Предыдущее
От: Scott Carey
Дата:
Сообщение: Re: How to achieve sustained disk performance of 1.25 GB write for 5 mins
Следующее
От: Scott Carey
Дата:
Сообщение: Re: Defaulting wal_sync_method to fdatasync on Linux for 9.1?