Changes between Version 9 and Version 10 of Performance
- Timestamp:
- Jul 9, 2013, 11:40:09 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Performance
v9 v10 91 91 * `vacuumlo RASBASE` 92 92 93 Note, vacuumlo is an additional module made available through postgresql-contrib 94 93 95 == VACUUM tables == 94 96 Tuples that have been deleted or obsoleted are normally not physically deleted, and thus the space continues to be still used, until a `VACUUM` is performed on the database or specific tables. `VACUUM` alone doesn't free up the disk space for further use by the OS, `VACUUM FULL` is necessary for this. In rasdaman it's most important to do periodic VACUUM on the BLOBs table: