From: | Martin Moore <martin(dot)moore(at)avbrief(dot)com> |
---|---|
To: | <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | Replication causing publisher node to use excessive cpu over time |
Date: | 2017-12-04 12:03:49 |
Message-ID: | 315C591C-F609-4519-8C68-011E34B69CFB@avbrief.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I’ve got two Postgres 10/Debian stretch systems and have added a publish/subscribe on a single table that isn’t updated very often. The subscriber node is doing very little else.
After a few days, it’s noticeable that the Postgres on the publisher node is constantly using a lot of cpu (26% today) and having a big impact on the system performance even when doing very little. Logging on to the subscriber and removing the subscription sees this value drop to an expect small value.
I can’t see that this can be anything but a bug, but happy for any thoughts :)
Martin Moore
From | Date | Subject | |
---|---|---|---|
Next Message | rob stone | 2017-12-04 12:07:02 | Re: ISO8601 vs POSIX offset clarification |
Previous Message | Job | 2017-12-04 11:57:19 | R: Problems with triggers and table lock |