90% rows but the table's size not change, what else i have to reviewed or delete?
Thanks
To release the unused space you need to run a VACUUM FULL on that table. Keep in mind, that the table will be locked during the execution of this command. https://www.postgresql.org/docs/current/sql-vacuum.html
Обсуждают сегодня