On Wed, Oct 19, 2011 at 9:02 AM, d.davolio@xxxxxxxxxxxxxxxxx <d.davolio@xxxxxxxxxxxxxxxxx> wrote: > Hi Craig, > thanks for your reply. I think I need to add some details on my question, > like why we would need more than one Cluster Database. We are thinking to > use the Streaming Replica feature to keep in sync a number of little DB > servers around the net. The replica should happen on one or more centralized > servers. I didn't tested the replica personally bus as I can see, it syncs > the whole Cluster DB. So, on the centralized server(s), we will have perfect > copies of the Cluster Databases. > We sure need to test this configuration but first of all I was wondering if > there are known drawbacks. The problem with having so many clusters on one machine is the shared memory that each one needs. Even with a relatively small shared memory segment of say 16MB, with 100 clusters you're going to be using 1600MB of memory on that machine for shared memory. You might be better off with one cluster and using slony to replicate just the parts that need replication. -- Sent via pgsql-performance mailing list (pgsql-performance@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-performance