Ben <bench(at)silentmedia(dot)com> writes:
> After some tests, it seems that autovacuum doesn't kick in from simple
> inserts, as the manual says it will. You have to delete and/or update as
> well. Am I misreading the manual?
There's nothing to vacuum until you delete or update.
You should see some auto-analyze activity on an insert-only table, but
not vacuuming.
regards, tom lane