Re: Postgres on VPS - how much is enough?

From: Kevin <kev(at)drule(dot)org>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Postgres on VPS - how much is enough?
Date: 2006-03-06 15:20:44
Message-ID: 440C534C.3050300@drule.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Nagita Karunaratne wrote:
> How big a VPS would I need to run a Postgres DB.
>
> I need a Postgres database with about 15 tables that will run on a
> single virtual private server.
>
> The 15 tables will be spread over three tablespaces (5 tables per
> tablespace) and be accessed by three different applications running on
> different machines.
>
> One application will add about 500 orders per day
> Another will access this data to create and send about 500 emails per day
> A third will access this data to create an after-sales survey for at
> most 500 times per day.
>
> What type of VPS would I need to run a database with this type pf load?
> Is 128 MB ram enough?
> What percentage of a 2.8 GHz CPU would be required?
>
If the database is going to be larger then the allocated memory, disk
I/O is very important. Not all VPS technologies are equal in this
regard. (see link below) Like someone else suggested, the best way to
know what VPS specs you need is to do your own tests/benchamarks.

http://www.cl.cam.ac.uk/Research/SRG/netos/xen/performance.html

-Kevin

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Joost Kraaijeveld 2006-03-06 15:29:49 Can anyone explain this pgbench results?
Previous Message Matthew Nuzum 2006-03-06 14:56:00 Re: Postgres on VPS - how much is enough?