Re: postgresql clustering - Mailing list pgsql-hackers

From Jonah H. Harris
Subject Re: postgresql clustering
Date
Msg-id 36e682920509290743h29849321je0052b30ad0bcee4@mail.gmail.com
Whole thread Raw
In response to Re: postgresql clustering  (Tino Wildenhain <tino@wildenhain.de>)
Responses Re: postgresql clustering
Re: postgresql clustering
List pgsql-hackers
On 9/29/05, Tino Wildenhain <tino@wildenhain.de> wrote:
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.

I think you should clarify that the type of clustering you're discussing is the, "shared-nothing" model which is most prevalent in open-source databases.  Shared-disk and shared-memory clustered systems do not have the "propagation" issue but do have others (distributed lock manager, etc).  Don't make blind statements.  If you want more information about "real-world" clustering, read the research for DB2 (Mainframe) and Oracle RAC.


--
Respectfully,

Jonah H. Harris, Database Internals Architect
EnterpriseDB Corporation
http://www.enterprisedb.com/

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [DOCS] Added documentation about caching, reliability
Next
From: "Jonah H. Harris"
Date:
Subject: Re: PCTFree Results