Actually, David, that
reference to the docs about "new rows" in
https://www.postgresql.org/docs/10/static/routine-vacuuming.html#VACUUM-BASICS,
recovering disk space, relates to UPDATEs and DELETEs, not INSERTs.
The main gain for reusing dead space is where UPDATES are concerned
where it will try to insert on the same page if possible. Regards, Michael Vitale
|