Thread: autoscale cluster

autoscale cluster

From
Jesus arteche
Date:
hi everyone,

I'm looking for info about autoscale a cluster. I mean...with amazon you can generate automatically virtual machine as far as you need...if you configure that when the machine get 90% busy a new one will be created. The thing is that i'd like to do something like that for my database...whem my datbase get 90% busy...automatically another machine is created to share the charge.


I dont know if it is possible..can anyone give some piece of advice???

thanks

Re: autoscale cluster

From
Scott Marlowe
Date:
On Wed, Apr 14, 2010 at 10:22 AM, Jesus arteche <chechu.linux@gmail.com> wrote:
> hi everyone,
>
> I'm looking for info about autoscale a cluster. I mean...with amazon you can
> generate automatically virtual machine as far as you need...if you configure
> that when the machine get 90% busy a new one will be created. The thing is
> that i'd like to do something like that for my database...whem my datbase
> get 90% busy...automatically another machine is created to share the charge.

Auto-creating a new app server is a whole different idea than
autogenerating another database server.

An app server is a relatively independent processing unit.  Requests
go in, get processed, and results are spit back out.  Each request is
independent of the other requests.

A database is a storage engine that ensures that each unit of
information put into it fits within all the proper constraints of all
the other data already in place, and that updates and changes happen
in whole or none at all.

How do you just "throw another db" at a problem?  You cluster it.
That's a complex problem to solve in comparison to app servers.

> I dont know if it is possible..can anyone give some piece of advice???

You can most certainly using clustering to increase db performance for
many work loads.  Whether a certain method works for you or not
depends on what you're doing.  Making it automagically create new
virtual cluster members sounds like a really cool feature that would
make you pull your hair out developing it.

amazon ec2

From
"Vitaly Burshteyn"
Date:
Hi all

Just curious to find out if anybody is running pdsql on amazon aws and what kind of backup features you use.

Thanks,

Vitaly Burshteyn
Senior Network Engineer
Broadway.com, Theatre Direct International
729  7th Avenue
New York, New York 10019
Phone: 212.817.9117
Cell# 917-701-5732

____________________________________
The information contained in this transmission may contain privileged 
and confidential information.  It is intended only for the use of the 
person(s) named above. If you are not the intended recipient,  you are 
hereby notified that any review, dissemination, distribution or 
duplication of this communication is strictly prohibited. If you are 
not the intended recipient, please contact the sender by reply email 
and destroy all copies of the original message.

Re: amazon ec2

From
Rosser Schwarz
Date:
On Wed, Apr 14, 2010 at 2:16 PM, Vitaly Burshteyn
<vburshteyn@broadway.com> wrote:
> Just curious to find out if anybody is running pdsql on amazon aws and what kind of backup features you use.

For one group's experience, consider the following:

<http://blog.endpoint.com/2010/02/postgresql-ec2-ebs-raid0-snapshot.html>

rls

--
:wq