|
every server specified and creates statistic reports.
Compact (Database Compaction) Reorganizes the disk usage by each database in order to free up unused space. The Compact task can be invoked with the following commands (the various options can be combined as needed):
load compact [database] Compacts the database or specified subdirectory.
load compact [database] -S X Compacts databases with greater than X % free space.
load compact [database] -D Compacts databases and deletes any built view indexes.
load compact [database] -R Compacts databases and changes the ODS version to R4 from R5. Used when backing out of an upgrade from R4 to R5.
load compact [database] -M For R4 databases, sets a maximum size of 4GB and compacts the database.
load compact [database] -b Compacts databases in place. Can be used only if the database internal format is not being changed due to a change in one if the advanced database properties. It recovers unused space within the database, but does not reduce the file size of the database.
load compact [database] -B Compacts databases in place. It recovers unused space within the database, and does reduce the file size of the database.
load compact [database] -c Uses copy-style compaction of the database, rather than in-place compaction.
load compact [database] -L When using copy-style compaction, allows access to the database while the compaction is in process. Compaction ends for the database if a user accesses the database.
load compact [database] -i When using copy-style compaction, ignores any errors that occur during compaction.
load compact [database] -f Compacts the database and changes the forma上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >> |
|
|
|
|
|
|
|