Re: postgreSQL & amazon ec2 cloud

From: Ben Chobot <bench(at)silentmedia(dot)com>
To: Stefano Nichele <stefano(dot)nichele(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgreSQL & amazon ec2 cloud
Date: 2009-04-20 16:36:17
Message-ID: Pine.LNX.4.64.0904200931240.2346@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

From the (very little) work I've done with EC2, it seems that what you get
logically doesn't have much relation to what you get physically. I don't
recall any guarentee that a virtual disk is equivilent to a physical
spindle in terms of determining performance, or even that your virtual
disk will perform consistently over time. Of course, you should test a few
setups and see how they perform.

On Mon, 20 Apr 2009, Stefano Nichele wrote:

> Hi,
> I wanted to reply to an existing thread but it seems a new one has been
> created, so I think more details are required...
>
> I want to run my postgres DB on Amazon EC2 using a EBS persistent disk for
> postgres installation. In this way data and pg_xlog will be on the same disk.
> I was just wondering if also on ec2 with EBS disks having pg_xlog on a
> different EBS disk could be useful.
>
> Thanks in advance
> ste
>
>
> Stefano Nichele wrote:
>> Do you think that it could useful mounting two different EBS to handle
>> data and pg_xlog ?
>>
>> cheers,
>> ste
>>
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jan Otto 2009-04-20 17:27:35 Re: Space for pg_dump
Previous Message Stefano Nichele 2009-04-20 16:26:04 Re: postgreSQL & amazon ec2 cloud