Lotus

Compact Options

Compact - Options

OptionCommand-line equivalentDescription
Compact database only if unused space is greater than x percent-S percentCompacts all databases with a specified percent of unused space. For example, if you specify 10, databases with 10% or more recorded unused space are compacted. Note that the unused space calculation is not always a reliable measure of unused space.
Discard any built view indexes-DDiscards built view indexes. Use this option to compact databases just before you store them on tape, for example. Does copy-style compacting.
Keep or revert database to previous format-RCompacts databases without converting to the current release file format of the server that stores the databases or reverts databases in the current release file format to the previous release file format. For example, on Domino 6 servers, this option compacts Domino 5 databases without converting them to the Domino 6 file format and converts Domino 6 databases to the Domino 5 file format. This option uses copy-style compacting.

Compact - Style

OptionCommand-line equivalentDescription
In-place (recommended)-bUses in-place compacting and recovers unused space without reducing the file size, unless there's a pending structural change to a database, in which case copy-style compacting occurs. This is the recommended method of compacting.
In-place with file size reduction-BUses in-place compacting, recovers unused space and reduces file size, unless there's a pending structural change in which case copy-style compacting occurs. If you use transaction logging, do full database backups after compacting completes.
Copy-style-cUses copy-style compacting. Use this option, for example, to solve database corruption problems.
Copy-style: Allow access while compacting-LEnables users to continue to access databases during compacting. If a user edits a database during compacting, compacting is canceled. This is useful only when copy-style compacting is done.
Copy-style: Ignore errors and proceed-iEnables compacting to continue even if it encounters errors such as document corruption. Only used for copy-style compacting.

Compact - Advanced

The advanced compact options are not available through the Compact tool in the Files tab of the Domino Administrator.
Option*Command-line equivalentDescription
Document table bitmap optimization: Off-fDisables "Document table bitmap optimization" database property. Does copy-style compacting.
Document table bitmap optimization: On-FEnables "Document table bitmap optimization" database property. Does copy-style compacting.
Don't support specialized response hierarchy: Off-hDisables "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-HEnables "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-tDisables transaction logging.
Enable transaction logging: On-TEnables transaction logging.
Don't maintain unread marks: Off-uDisables "Don't maintain unread marks" database property; in other words, maintain unread marks.
Don't maintain unread marks: On-UEnables "Don't maintain unread marks" database property; in other words, do not maintain unread marks.

Compact - Archive

Option*Command-line equivalentDescription
Archive only-AArchives and deletes documents from a database without compacting the database.
Archive and then compact-aArchives and deletes documents from a database and then compacts the database.
Delete and then archive-jDeletes documents from a database and then compacts the database.