Re: Patch für MAP_HUGETLB for mmap() shared memory

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christian Kruse <cjk+postgres(at)defunct(dot)ch>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Patch für MAP_HUGETLB for mmap() shared memory
Date: 2012-10-29 20:33:25
Message-ID: 23899.1351542805@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Christian Kruse <cjk+postgres(at)defunct(dot)ch> writes:
> I created a patch which implements MAP_HUGETLB for sysv shared memory segments
> (PGSharedMemoryCreate). It is based on tests of Tom Lane and Andres Freund, I
> added error handling, huge page size detection and a GUC variable.

My recollection is we'd decided not to pursue that because of fears that
it could make performance horribly worse on some platforms.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2012-10-29 20:50:25 Re: Creating indexes in the background
Previous Message Tom Lane 2012-10-29 20:31:33 Re: Re: [PATCH 3/8] Add support for a generic wal reading facility dubbed XLogReader