Re: postgresql clustering

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Daniel Duvall <the(dot)liberal(dot)media(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: postgresql clustering
Date: 2005-09-29 13:40:08
Message-ID: 433BEEB8.4080508@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Daniel Duvall schrieb:
> While "clustering" in some circles may be an open-ended buzzword --
> mainly the commercial DB marketing crowd -- there are concepts beneath
> the bull that are even inherent in the name. However, I understand
> your point.
>
>>From what I've researched, the concepts and practices seem to fall
> under one of two abstract categorizations: fail-over (ok...
> high-availability), and parallel execution (high-performance... sure).

Well, I dont know why many people believe parallel execution
automatically means high performance. Actually most of the time
the performance is much worser this way.
If your dataset remains statically and you do only read-only
requets, you get higher performance thru load-balancing.
If howewer you do some changes to the data, the change has to
be propagated to all nodes - which in fact costs performance.
This highly depends on the link speed between the nodes.

> While some consider the implementation of only one of these to qualify
> a cluster, others seem to demand that a "true" cluster must
> implement both.
>
> What I'm really after is a DB setup that does fail-over and parallel
> execution. Your setup sounds like it would gracefully handle the
> former, but cannot achieve the latter. Perhaps I'm simply asking too
> much of a free software setup.

commercial vendors arent much better here - they just dont tell you :-)
There is pgpool or SQLRelay for example if you want to parallelize
requests, you can combine with the various replication mechanism
also available for PG and get what you want - and most important
- get whats possible. Nobody can trick the math :-)

Greets
Tino

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2005-09-29 14:19:14 Re: pg_total_relation_size() could not open relation with OID X
Previous Message Obe, Regina DND\MIS 2005-09-29 13:30:17 Re: Query in SQL statement