For the postgres SQL >=9.0 the Autovacuum is by default ON
and we can check it, but in postgresql.conf
the status of Autovacuum is not ON
#autovacuum = on # Enable autovacuum subprocess? 'on'
Is it neccessary to turn autovacuum on
explicitly?