mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Expose the estimation of number of changed tuples since last analyze
This value, now pg_stat_all_tables.n_mod_since_analyze, was already tracked and used by autovacuum, but not exposed to the user. Mark Kirkwood, review by Laurenz Albe
This commit is contained in:
@ -950,6 +950,11 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
||||
<entry><type>bigint</></entry>
|
||||
<entry>Estimated number of dead rows</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><structfield>n_mod_since_analyze</></entry>
|
||||
<entry><type>bigint</></entry>
|
||||
<entry>Estimated number of rows modified since this table was last analyzed</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><structfield>last_vacuum</></entry>
|
||||
<entry><type>timestamp with time zone</></entry>
|
||||
|
Reference in New Issue
Block a user