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.