Postgresql VACUUM can't remove dead rows

111 Views Asked by At

I'm using Postgresql and I have 2 data in table. The id values of each of the two data are 1 and 5. enter image description here

Please see the picture above. I tried VACUUM but dead rows are not cleaned up.

I have already tried the following ways

  • Check if there are running transactions (does not exist)
  • Check autovacuum = on
  • Check read and write permissions (have permission)
  • Check if table is in use by another session

I've checked everything, but running VACUUM doesn't clear dead rows. I don't know how to troubleshoot.

0

There are 0 best solutions below