From: | Chris Browne <cbbrowne(at)acm(dot)org> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: [OT] Slony Triggers pulling down performance? |
Date: | 2008-01-18 19:57:27 |
Message-ID: | 60hchaq53s.fsf@dba2.int.libertyrms.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Ow(dot)Mun(dot)Heng(at)wdc(dot)com (Ow Mun Heng) writes:
> Just wondering if my 'Perceived' feeling that since implementing slony
> for master/slave replication of select tables, my master database
> performance is getting slower.
>
> I'm constantly seeing a very high amount of IO wait. ~40-80 according to
> vmstat 1
>
> and according to atop. (hdb/hdc = raid1 mirror)
> DSK | hdb | busy 83% | read 1052 | write 50 | avio 7 ms |
> DSK | hdc | busy 81% | read 1248 | write 49 | avio 6 ms |
The triggers generate some extra I/O, as they go off and write tuples
into sl_log_1/sl_log_2, so there's certainly a cost, there.
When you pull data from sl_log_1/sl_log_2, that will have a cost, too.
Replication does not come at zero cost...
--
(format nil "~S(at)~S" "cbbrowne" "linuxdatabases.info")
http://www3.sympatico.ca/cbbrowne/finances.html
"Power tends to corrupt and absolute power corrupts absolutely."
-- First Baron Acton, 1834 - 1902
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-01-18 20:08:43 | Re: Default_with_oids |
Previous Message | Greg Smith | 2008-01-18 19:48:11 | Re: Forgot to dump old data before re-installing machine |