Re: Postgres for a "data warehouse", 5-10 TB - Mailing list pgsql-performance

From Claudio Freire
Subject Re: Postgres for a "data warehouse", 5-10 TB
Date
Msg-id CAGTBQpbTWV20==C8YjWHdRcUUab2YpFqhnv5q7zP7=SMSsaBfA@mail.gmail.com
Whole thread Raw
In response to Re: Postgres for a "data warehouse", 5-10 TB  (Igor Chudov <ichudov@gmail.com>)
Responses Re: Postgres for a "data warehouse", 5-10 TB  (Stephen Frost <sfrost@snowman.net>)
List pgsql-performance
On Mon, Sep 12, 2011 at 1:16 AM, Igor Chudov <ichudov@gmail.com> wrote:
> I could, say, set work_mem to 30 GB? (64 bit linux)

I don't think you'd want that. Remember, work_mem is the amount of
memory *per sort*.
Queries can request several times that much memory, once per sort they
need to perform.

You can set it really high, but not 60% of your RAM - that wouldn't be wise.

pgsql-performance by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: RAID Controller (HP P400) beat by SW-RAID?
Next
From: Alan Hodgson
Date:
Subject: Re: RAID Controller (HP P400) beat by SW-RAID?