perf tuning for 28 cores and 252GB RAM - Mailing list pgsql-general

From Michael Curry
Subject perf tuning for 28 cores and 252GB RAM
Date
Msg-id CAEqv4-34dyUErMcB3mwyD6MB+ckH_HFqMQg3Hb2F81NhjP78cw@mail.gmail.com
Whole thread Raw
Responses Re: perf tuning for 28 cores and 252GB RAM
List pgsql-general
I am using a Postgres instance in an HPC cluster, where they have generously given me an entire node. This means I have 28 cores and 252GB RAM. I have to assume that the very conservative default settings for things like buffers and max working memory are too small here.

We have about 20 billion rows in a single large table. The database is not intended to run an application but rather to allow a few individuals to do data analysis, so we can guarantee the number of concurrent queries will be small, and that nothing else will need to use the server. Creating multiple different indices on a few subsets of the columns will be needed to support the kinds of queries we want.

What settings should be changed to maximize performance?

--
Michael J. Curry

pgsql-general by date:

Previous
From: Leandro Guimarães
Date:
Subject: Re: Copy Bulk Ignore Duplicated
Next
From: Ken Tanzer
Date:
Subject: psql UPDATE field [tab] expands to DEFAULT?