Re: current thinking on Amazon EC2?

From: Simon Tokumine <simon(at)vizzuality(dot)com>
To: rwelty(at)ltionline(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: current thinking on Amazon EC2?
Date: 2012-03-20 11:12:03
Message-ID: CAErctvK1GtJMC9+_CbA9V8J-URhCppA+95x+Bk0uQGLgeP2FCg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mar 19, 2012, at 10:59 AM, Welty, Richard wrote:

> i just finished this thread from May of last year, and am wondering if this still represents consensus thinking about postgresql deployments in the EC2 cloud:
>
> http://postgresql.1045698.n5.nabble.com/amazon-ec2-td4368036.html
>
> Yes, I believe that still sums up the situation pretty well.

In the past when forced onto EC2 we have had good success using a
combination of Raid 1/0'ed ephemeral storage and WAL shipping to S3
(https://github.com/heroku/WAL-E). You have to design around the
potential for the ephemeral disks to go away, but you get much more
rational performance compared to EBS and also storage space isn't
charged.

S

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2012-03-20 12:10:53 Re: Conditionnal validation for transaction
Previous Message Stefan Keller 2012-03-20 08:48:31 Re: How to convert integer to string in functions