Using database design compression
Use the advanced database property Compress database design to reduce the total cost of ownership of maintaining any Notes® database by reducing the size of all design elements in the database.
To compress new design elements in a selected database
Procedure
- From the Domino® Administrator client, select File - Application - Properties.
- Click the Advanced tab. (The icon on this tab is a beanie.)
- Click Compress database design.
To compress existing design elements in a selected database
About this task
In addition to enabling compression for new design elements, you can also enable compression for existing design elements in a specified database by running a copy-style compact on the database. Enter this command:
load compact -c filename.nsf
To compress new design elements in a set of selected databases
About this task
You can enable compression for all design elements yet to be created in a set of existing databases.
Procedure
- Open the Domino® Administrator Client.
- Select one or more databases in the files pane.
- In the tools pane, select Database and then select Advanced Properties. Or drag selected database(s) to the Advanced Properties tool.
- Click Compress database design.
- Close the Advanced Properties tool.
To compress design elements in all existing databases on a server
About this task
Enabling compression at the server level ensures that new design elements compresses in all databases. You can add the copy-style compact command to compress existing design elements
At the server console, run the following command:
load compact -n -c
To decompress design elements in all existing databases on a server
About this task
At the server console, run the following command to decompress new and existing design elements:
load compact -N -c