Hi, Gurus!
As i understand from documentation:
when the autovacuum: vacuum analyze will be triggered, it will delete dead
tuples and than will analyze table
but
when the autovacuum: vacuum will be triggered it will only mark for
deletion dead tubles.
Is it valid explanation for postgres 9.4?
Thanks