Subject: Try some options (like -B or -C)…
Purpose: Compacts one or more database(s).Usage: Load COMPACT [path] [options]…
[path]: One database, one folder (recurses), or omitted (all, recurses).
[options]:
-A Archive and delete documents without compacting.
-a Archive and delete documents, then compact database.
-B Recover space and reduce file size (inplace-style).
-b Recover space without reducing file size (inplace-style).
-C Copy-style compaction.
-D Discard view indexes (copy-style).
-e No-execute: Show effective arguments only, since some arguments
affect others.
-F Enable ‘Document table bitmap optimization’ database property
(copy-style).
-f Disable ‘Document table bitmap optimization’ database property
(copy-style).
-H Enable ’ Don’t support specialized response hierarchy’ database
property (copy-style).
-h Disable ‘Don’t support specialized response hierarchy’ database
property (copy-style).
-i Ignore errors (for copy-style only).
-j Just Delete (must specify -a or -A to be valid).
-K Enable large UNK table (>64 KB).
-k Disable large UNK table (>64 KB).
-L Don’t lock users out during compaction (for copy-style only).
-M Set maximum database size to 4 GB.
-o Check for overlapping objects.
-R Revert to previous ODS format (e.g. on an R5 system,
keep/convert back to R4 format).
-S nnnK Compact database if unused space estimate >= nnn KB.
-S nnnM Compact database if unused space estimate >= nnn MB.
-S nn Compact database if unused space estimate >= nn percent.
-T Enable transaction logging.
-t Disable transaction logging.
-U Enable ‘Don’t maintain unused marks’ database property.
-u Disable ‘Don’t maintain unused marks’ database property.
-V Make views big (do not compress indexes).
-v Make views small (compress indexes).
-Y Recurse through subdirectories (default)
-y Do not recurse through subdirectories