Hi Sean, Am Donnerstag, 1. November 2007 15:13:24 schrieb Sean Brown: > I am working on setting up a PostgreSQL cluster using PGCluster. I > have one question about the replication server. > > Is the replication server supposed to run on another system or is it > a daemon that runs on each Node? If it is supposed to run on a
only one pgreplicate instance is needed, although you can run more than one if you want to be failsafe. Where you start them is completely up to you. You can start them on the same machine where your postgresql runs or on another machine. > separate system can anyone provide pointers on sizing the system? Gee, for pgreplicate, make some space for the logfile, you need some good I/O troughput, make shure memory is not too tight. It all depends on how many data must be replicated in what time ... I guess you might want to play around with pgcbench (several times in a loop) and see what happens. > > I'm planning on setting up a Master/Slave Cluster so I won't be using > the load balancer. Um, sorry, Master-Slave Replications are this way: http://pgfoundry.org/projects/slony1/ (Slony-I), just kidding. PGReplicate is a full Multi-Master Replicator and cannot be configured to be a Master-Slave Replicator. You can force you applications to behave so, but you do not need to :-) > > _______________________________________________ > Pgcluster-general mailing list > [email protected] > http://pgfoundry.org/mailman/listinfo/pgcluster-general -- Sollten Sie noch Fragen haben oder sollte etwas unklar sein, so e-mailen Sie mir doch bitte oder rufen Sie mich unter unten stehender Nummer an. Mit freundlichen Gruessen, - H. Lehmann ----------------------------------------------------------------- Building Bridges -o-o-o-o--------------------------------------------------------- catWorkX GmbH Dipl.-Ing. Holger Lehmann Schellerdamm 16 21079 Hamburg Tel: +49 (700) catWorkX Tel: +49 (40) 89 06 46-0 Fax: +49 (40) 89 06 46-66 Mobil: +49 (172) 420 99 99 mailto:[EMAIL PROTECTED] http://www.catworkx.de - Diese Information ist ausschliesslich fuer den Adressaten bestimmt und kann vertraulich oder gesetzlich geschuetzte Informationen enthalten. Wenn Sie nicht der bestimmungsgemaesse Adressat sind, unterrichten Sie bitte den Absender und vernichten Sie diese Mail. Anderen als dem bestimmungsgemaessen Adressaten ist es untersagt, diese E-Mail weiterzuleiten oder ihren Inhalt auf welche Weise auch immer zu verwenden. Wir verwenden aktuelle Virenschutzprogramme und Content-Filter. Fuer Schaeden, die dem Empfaenger gleichwohl durch von uns zugesandte mit Viren befallene E-Mails entstehen, schliessen wir jede Haftung aus. - This e-mail and any attachments is confidential and solely intended for the indicated addressee. If you are not the intended recipient or an authorized person, please note, that any form of notice, disclosure, reproduction or circulation of the contents of this mail is prohibited. In this case, please immediately inform the sender of the e-mail an destroy this e-mail. We use updated antivirus protection software. We do not accept any responsibility for damages caused anyhow by viruses. - catWorkX GmbH: Sitz der Gesellschaft in Hamburg, HRB: 71494, USt-IdNr.: DE201625856, Geschaeftsfuehrung: Dipl. Kfm. Andreas Girnuweit, Dipl.-Ing. Oliver Groht, Dr. Wolfgang Tank _______________________________________________ Pgcluster-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgcluster-general
