Re: Regarding server sizing for postgres database

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: Ramkumar Raghavan <ramkumar(dot)raghavan(at)gmail(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Regarding server sizing for postgres database
Date: 2014-05-19 22:37:37
Message-ID: 537A87B1.6090308@pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 05/16/2014 10:20 PM, Ramkumar Raghavan wrote:
> Hi,
>
> I need to decide the server hardware configuration for the postgres
> database.
>
> I have the following information for sizing:
>
> concurrent users: 100
>
> Total data traferred throughout a day to the database: 10GB
>
> Total database storage size required: 3TB
>
> I am planning to virtualize it using vmware ESXi.
>
> Please let me know if 10 core, 64bit Intel CPU, 24GB RAM sufficient
> for the above requirements.
>
>
Who knows?

100 mostly idle users doing small optimized selects is a far cry from 80
users with rapid response requirements doing a constant heavy stream of
inserts and updates to tables with multiple indexes and foreign-key
constraints while the other 20 are doing large reporting and analytics
queries. Both use-cases match the above description.

To get a useful answer you will need to provide lots more detail about
the nature of the workload and expected responsiveness.

Cheers,
Steve

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jeni Fifrick 2014-05-20 04:09:28 Need input for Upgrade VPostgres 9.1.3 to PG 9.3
Previous Message Fabian Santiago 2014-05-18 01:02:33 Re: CONCAT function equivalent