Re: Different Autovacuum Settings on Master and Replica in Streaming Replication

2025-01-17 Thread Guillaume Lelarge
Le ven. 17 janv. 2025 à 18:12, Franjo Stipanovic a écrit : > Thank you, Guillaume, Tom. > > In that case, querying pg_stat_user_tables on replica for last_vacuum, > last_autovacuum, last_analyze, and last_autoanalyze columns makes no sense? > Those specific columns are not transferred from the ma

Re: Different Autovacuum Settings on Master and Replica in Streaming Replication

2025-01-17 Thread Franjo Stipanovic
Thank you, Guillaume, Tom. In that case, querying pg_stat_user_tables on replica for last_vacuum, last_autovacuum, last_analyze, and last_autoanalyze columns makes no sense? Those specific columns are not transferred from the master? The same goes for n_* columns? Currently, on my replica, all tho

Re: Different Autovacuum Settings on Master and Replica in Streaming Replication

2025-01-17 Thread Guillaume Lelarge
Hi, Le ven. 17 janv. 2025 à 15:38, Franjo Stipanovic a écrit : > Question regarding autovacuum settings in a PostgreSQL streaming > replication setup. Specifically, I am curious about whether it is possible > (and advisable) to have different values for the following settings on the > master and

Re: Different Autovacuum Settings on Master and Replica in Streaming Replication

2025-01-17 Thread Tom Lane
Franjo Stipanovic writes: > Question regarding autovacuum settings in a PostgreSQL streaming > replication setup. Specifically, I am curious about whether it is possible > (and advisable) to have different values for the following settings on the > master and replica databases: > - autovacuum_vacu

Different Autovacuum Settings on Master and Replica in Streaming Replication

2025-01-17 Thread Franjo Stipanovic
Question regarding autovacuum settings in a PostgreSQL streaming replication setup. Specifically, I am curious about whether it is possible (and advisable) to have different values for the following settings on the master and replica databases: - autovacuum_vacuum_scale_factor - autovacuum_analyze_