Re: "Clustering" - Mailing list pgsql-docs

From Markus Schiltknecht
Subject Re: "Clustering"
Date
Msg-id 4563202E.3090403@bluegap.ch
Whole thread Raw
In response to Re: "Clustering"  (Markus Schiltknecht <markus@bluegap.ch>)
Responses Re: "Clustering"
List pgsql-docs
Hi,

I wrote:
> That reminds me of the requirement of having Multi Master Replication in
> place to do Parallel Query Execution. Sync Multi Master Replication
> being better, while Async Multi Master Replication obviously leads to
> inconsistent responses, when queried in parallel. That may be acceptable
> in certain situations.

Oops, during rereading "Clustering For Parallel Query Execution", I've
noticed that you mention Data Partitioning as one possible way to do
Parallel Query Execution. Thus Multi Master Replication obviously is not
a requirement, but just another way to allow for Parallel Query
Execution. Mentioning that as well would probably be good.

IMHO, the advice to use multiple, independent databases to do parallel
query execution sounds a little meager. Of course it's also parallel
query execution, but it's not what most people suspect to find under
that section, I would guess.

Regards

Markus


pgsql-docs by date:

Previous
From: Markus Schiltknecht
Date:
Subject: Re: PostgreSQL Documentation of High Availability and Load Balancing
Next
From: Bruce Momjian
Date:
Subject: Re: PostgreSQL Documentation of High Availability and