Hi,

First of all, a replication doesn't improve performance.
Performance point of view, a replication is just an over head as you know.

If more than 90% of your transaction is data-read query (like SELECT), 
PGCluster might improve performance, since PGCluster doesn't replicate 
data-read query.
However, if a half of your transaction is data-write query (like 
INSERT/UPDATE), PGCluster could harm, rather than improve performance.

It is difficult to say how to improve performance of database, 
since there are lots of casus and complicated.
(huge data size, deluge of sessions, uncontemplated query...)

I believe that the performance tuning is one of the most interesting work of 
DBA.

Good Luck!
------------------
At.Mitani

-- original message --
From: Daniel Watrous<[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wed, 25 Jun 2008 15:25:07 -0600
Subject: [Pgcluster-general] Performance questions

>Hello,
>
>I have a large application that will require me to perform an average of
>4000-5000 TPS with peaks as high as double that.  This application will run
>around the clock and can't have any downtime.  As a result I was thinking
>that I need a cluster...
>
>but I'm not very familiar with the options.
>
>I've seen PGCluster and CyberCluster.  I think they started in the same
>place, but I'm not sure which to choose.  Do you have any thoughts on that
>subject?
>
>Also, it seems like the cluster will allow me to scale to the number of
>reads that I need, but it seems like I would expect the speed of writes to
>the database to decrease in cluster.  Is that right?
>
>Please help me ask the right questions, if these don't make sense...
>
>BTW, I've already got a database up and running.  I've also written some
>simple benchmarking scripts in Python that indicate I can achieve about 2100
>TPS to a single server (not in cluster).
>
>Thanks,
>Daniel
>
>_______________________________________________
>Pgcluster-general mailing list
>[email protected]
>http://pgfoundry.org/mailman/listinfo/pgcluster-general
>

_______________________________________________
Pgcluster-general mailing list
[email protected]
http://pgfoundry.org/mailman/listinfo/pgcluster-general

Reply via email to