Re: PostgreSQL and HugePage

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: PostgreSQL and HugePage
Дата
Msg-id 1287603509-sup-8441@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: PostgreSQL and HugePage  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
Excerpts from Greg Stark's message of mié oct 20 16:28:25 -0300 2010:
> On Wed, Oct 20, 2010 at 12:17 PM, Greg Stark <gsstark@mit.edu> wrote:
> > I don't think it's a big cost once all the processes
> > have been forked if you're reusing them beyond perhaps slightly more
> > efficient cache usage.
> 
> Hm, this site claims to get a 13% win just from the reduced tlb misses
> using a preload hack with Pg 8.2. That would be pretty substantial.
> 
> http://oss.linbit.com/hugetlb/

Wow, is there no other way to get the huge page size other than opening
and reading /proc/meminfo?

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [PATCH] pgcrypto: Test for NULL before dereferencing pointer
Следующее
От: Greg Stark
Дата:
Сообщение: Re: max_wal_senders must die