Re: Postgres on VPS - how much is enough?

From: "Matthew Nuzum" <mattnuzum(at)gmail(dot)com>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, "Nagita Karunaratne" <nagita(dot)k(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Postgres on VPS - how much is enough?
Date: 2006-03-06 19:45:25
Message-ID: f3c0b4080603061145y61fe3298n101ff51d0fcabcba@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 3/6/06, Marc G. Fournier <scrappy(at)postgresql(dot)org> wrote:
> On Mon, 6 Mar 2006, Matthew Nuzum wrote:
> > My problem with running PG inside of a VPS was that the VPS used a
> > virtual filesystem... basically, a single file that had been formatted
> > and loop mounted so that it looked like a regular hard drive.
> > Unfortunately, it was very slow. The difference between my application
> > and yours is that mine well more than filled the 1GB of RAM that I had
> > allocated. If your data will fit comfortably into RAM then you may be
> > fine.
>
> We host VPSs here (http://www.hub.org) and don't use the 'single file,
> virtual file system' to put them into ... it must depend on where you
> host?

That's true... I hope I didn't imply that I am anti-vps, I run my own
servers and one of them is dedicated to doing VPS for different
applications. I think they're wonderful.

On 3/6/06, Nagita Karunaratne <nagita(dot)k(at)gmail(dot)com> wrote:
> From personal experience, would you run Postgres on a linux machine
> (NOT a vps) with 512MB of ram?
>
> Assumining I can keep all my data in memory.

Nagita,

It all depends on performance... I have one postgres database that
runs on a Pentium 350MHz with 128MB of RAM. It does 1 insert per
minute 24 hours per day. Because the load is so low, I can get away
with minimal hardware.

If your application has a lot of inserts/updates then disk speed is
important and can vary greatly from one VPS to another.

If your application is not time-critical than this may be a moot point anyway.

--
Matthew Nuzum
www.bearfruit.org

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jeremy Haile 2006-03-06 19:58:32 Postgres and Ingres R3 / SAN
Previous Message Harry Hehl 2006-03-06 18:46:47 Sequencial scan instead of using index