logical replication worker and statistics

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: logical replication worker and statistics
Date: 2017-03-27 15:14:36
Message-ID: CAHGQGwGA2tz-iQ90ofgX0Q1TuZLyr+GCX+T1=PE+ogUKVSRpZA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Logical replication worker should call pgstat_report_stat()?
Currently it doesn't seem to do that and no statistics about
table accesses by logical replication workers are collected.
For example, this can prevent autovacuum from working on
those tables properly.

Regards,

--
Fujii Masao

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2017-03-27 15:17:50 Re: WIP: Faster Expression Processing v4
Previous Message Maksim Milyutin 2017-03-27 15:13:23 Re: Partitioned tables and relfilenode