PERFORMANCE


Using database design compression
Use the advanced database property "Compress database design" to reduce the total cost of ownership of maintaining any IBM® Lotus® Notes® database by reducing the size of all design elements in the database. For the Notes client mail template (MAIL8.NTF), this setting is enabled by default and the design is compressed when the mail database is created.

This setting reduces design note overhead for IBM® Lotus® Domino® mail deployments.

Note To use this feature, the NSF must be ODS 48 or later. To upgrade a database to ODS 48, enter the following setting in your NOTES.INI file and use copy-style compacting on the database:


You can upgrade all the way to the current level of ODS (which provides more benefits than ODS 48) by entering:
This NOTES.INI setting affects only NSFs; it has no effect on DB2 enabled Notes databases. For more information on Domino on-disk structure (ODS), see the related topics.

To compress new design elements in a selected database

1. From the Domino Administrator client, select File - Application - Properties.

2. Click the Advanced tab. (The icon on this tab is a beanie.)

3. Click "Compress database design."

4. Run a copy-style compact to compress the design by entering this command:


To compress design elements in a selected database

After 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

You can enable compression for all design elements yet to be created in a set of existing databases.

Note The Advanced Database Properties are available only to those administrators listed in the Administrators field on the Security tab of the Server document.

1. Open the Domino Administrator Client.

2. Select one or more databases in the files pane.

3. In the tools pane on the right, select Database and then select Advanced Properties. Or drag selected database(s) to the "Advanced Properties" tool.

4. Click "Compress database design."

5. Close the "Advanced Properties" tool.

To compress design elements in all existing databases on a server

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:


To decompress design elements in all existing databases on a server

At the server console, run the following command to decompress new and existing design elements:


Related topics