Re: Report: Linux huge pages with Postgres - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Report: Linux huge pages with Postgres
Date
Msg-id 1290963217.4634.190.camel@ebony
Whole thread Raw
In response to Report: Linux huge pages with Postgres  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Report: Linux huge pages with Postgres
List pgsql-hackers
On Sat, 2010-11-27 at 14:27 -0500, Tom Lane wrote:

> This is discouraging; it certainly doesn't make me want to expend the
> effort to develop a production patch.

Perhaps.

Why do this only for shared memory? Surely the majority of memory
accesses are to private memory, so being able to allocate private memory
in a single huge page would be better for avoiding TLB cache misses.

-- Simon Riggs           http://www.2ndQuadrant.com/books/PostgreSQL Development, 24x7 Support, Training and Services



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PLy_malloc and plperl mallocs
Next
From: Tom Lane
Date:
Subject: Re: Report: Linux huge pages with Postgres