Re: postgreSQL & amazon ec2 cloud

From: Joshua Tolley <eggyknap(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: Adrian Klaver <aklaver(at)comcast(dot)net>, pgsql-general(at)postgresql(dot)org, Sanjay Arora <sanjay(dot)k(dot)arora(at)gmail(dot)com>, "Harald Armin Massa[legacy]" <haraldarminmassa(at)gmail(dot)com>, John R Pierce <pierce(at)hogranch(dot)com>
Subject: Re: postgreSQL & amazon ec2 cloud
Date: 2009-03-03 20:39:22
Message-ID: 20090303203921.GE25872@eddie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Mar 03, 2009 at 10:25:17AM -0500, Tom Lane wrote:
> Adrian Klaver <aklaver(at)comcast(dot)net> writes:
> > Nothing. I have created a Postgres instance on an EC2 virtual machine with
> > attached EBS(Elastic Block Storage). I only got as far as creating in it and
> > verifying it would run, no benchmarking. EC2 instances have storage as part of
> > the instance but it is temporary and goes away when the instance is shut down.
> > For a database you want EBS as it is a virtual harddrive that persists. Should
> > an EC2 instance go down, you just reattach the EBS drive on reboot.
>
> ... I wonder whether you have any guarantees about database consistency
> in that situation? PG has some pretty strong requirements about fsync
> behavior etc, and I'd not want to take it on faith that a cloud
> environment will meet those requirements.
>
> Performance would be an interesting question too.
>
> regards, tom lane

There's a place called Engine Yard offering Ruby on Rails hosting with
PostgreSQL on Amazon EC2.

- Josh / eggyknap

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Stark 2009-03-03 20:51:09 Re: Strange behavior: row won't delete
Previous Message Ivan Sergio Borgonovo 2009-03-03 17:54:05 Re: grant everything on everything and then revoke