Re: RAM of Postgres Server - Mailing list pgsql-general

From David G. Johnston
Subject Re: RAM of Postgres Server
Date
Msg-id CAKFQuwbV70BjjKxLM7GmJE2BL6FP9WxbrooFJjvTft4bMktxZg@mail.gmail.com
Whole thread Raw
In response to RAM of Postgres Server  (Sachin Srivastava <ssr.teleatlas@gmail.com>)
Responses Re: RAM of Postgres Server  (Sachin Srivastava <ssr.teleatlas@gmail.com>)
List pgsql-general
On Wed, Jan 6, 2016 at 10:39 PM, Sachin Srivastava <ssr.teleatlas@gmail.com> wrote:
Dear Team,

Please suggest, how much RAM and core should be define for New Postgres database server, if we will use Postgres 9.3 and above.

If suppose my postgres database size will be near about 300 to 500 GB for future.

There is any document regarding this server configuration, suggest ?



​Total size is meaningless because, for instance, consider if of that 500GB, 499GB of it​
 
​is archive data that is rarely if ever accessed.

RAM holds data that is recently accessed - how much of that will you have?
Cores help service concurrent requests - how many of those will you have?  How fast will they complete?

​David J.

pgsql-general by date:

Previous
From: Gavin Flower
Date:
Subject: Re: RAM of Postgres Server
Next
From: Sachin Srivastava
Date:
Subject: Re: RAM of Postgres Server