Re: postgreSQL & amazon ec2 cloud

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Sanjay Arora <sanjay(dot)k(dot)arora(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgreSQL & amazon ec2 cloud
Date: 2009-03-03 05:13:12
Message-ID: 49ACBC68.6020006@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sanjay Arora wrote:
> Hello all
>
> Is it possible to host postgreSQL on Amazon's cloud? What are the
> issues involved?

in theory, sure. anything is possible.

in practice, as I understand it from my relatively superficial reading,
fast storage is fairly expensive and limited in the EC2 compute cloud,
and also not real persistent (if the cloud node goes down, so does its
directly attached storage).. and the bulk S3 storage is high latency and
not really suitable for relational database use.

the most effective use of the S3 and EC2 cloud I've read of is where the
S3 storage is used for bulk persistent storage of backups of things like
large photo libraries,, and the EC2 cloud is used for relatively atomic
computational operations, such as batch scaling multiple image sizes
from large volumes of digital photos.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message leela 2009-03-03 05:36:05 PostgreSQL upgrade from 8.2.3 to 8.3.5 (and also data migration)
Previous Message Sanjay Arora 2009-03-03 04:53:24 postgreSQL & amazon ec2 cloud