PostgreSQL Vacuum Utility

<< Click to Display Table of Contents >>

Navigation:  Database Tools >

PostgreSQL Vacuum Utility

Compresses files used by the specified table - using the built-in compression feature of Windows (NTFS) - prior to performing a full vacuum on the table, thus freeing up as much disk space as possible prior to the vacuum operation.

 

The compressed files will be automatically removed by the PostgreSQL database server after the full vacuum is complete and the table was re-created.

 

dbpgsqlvacuum_1