Re: n_mod_since_analyze

2018-12-06 Thread Laurenz Albe
Ron wrote: > https://www.postgresql.org/docs/9.6/monitoring-stats.html#PG-STAT-ALL-TABLES-VIEW > > Does the field n_mod_since_analyze use "mod" instead of "upd" because it > includes inserts, updates and deletes? Yes. It is the number that triggers autoana

n_mod_since_analyze

2018-12-06 Thread Ron
https://www.postgresql.org/docs/9.6/monitoring-stats.html#PG-STAT-ALL-TABLES-VIEW Does the field n_mod_since_analyze use "mod" instead of "upd" because it includes inserts, updates and deletes? Thanks -- Angular momentum makes the world go 'round.