Option* | Command-line equivalent | Description |
Document table bitmap optimization: Off | -f | Disables "Document table bitmap optimization" database property. Does copy-style compacting. |
Document table bitmap optimization: On | -F | Enables "Document table bitmap optimization" database property. Does copy-style compacting. |
Don't support specialized response hierarchy: Off | -h | Disables "Don't support specialized response hierarchy" database property; in other words, support specialized response hierarchy. Does copy-style compacting. |
Don't support specialized response hierarchy: On | -H | Enables "Don't support specialized response hierarchy" database property; in other words, do not support specialized response hierarchy. Does copy-style compacting. |
Enable transaction logging: Off | -t | Disables transaction logging. |
Enable transaction logging: On | -T | Enables transaction logging. Use Compact - T when a database is open or closed. If you use Compact - T on a database that is closed, logging is enabled but the Compact is not logged until the database is opened; therefore, logging is not available until you reopen the database. |
Don't maintain unread marks: Off | -u | Disables "Don't maintain unread marks" database property; in other words, maintain unread marks. |
Don't maintain unread marks: On | -U | Enables "Don't maintain unread marks" database property; in other words, do not maintain unread marks. |