ADMINISTERING
You can move views out of Notes databases into separate view index files (.NDX files).
About this task
This feature is useful for large databases and provides the following benefits:
Procedure
1. Enable transactional logging in the Server document in the Domino directory.
2. Add the following notes.ini setting on the Domino server, then restart the server:
where path is an explicit or relative path. A relative path, for example,NIF, is relative to the Domino data directory. If the location is on a different computer, map the location to the local computer.
or
CREATE_R85_DATABASES=1
load compact -c -nifnsf on xxxxx.nsf
To enable separate view indexes on all databases created in the future, add the followingnotes.ini setting:
CREATE_NIFNSF_DATABASES=1
What to do next
Use the following server console command to show all databases, whether they use separate view indexes (NIFNSF state ON), and if so the .NDX file size:
show dir -nifnsf
Use the following server console command to show only information about databases that use separate view indexes:
show dir -nifnsfonly
To disable separate view indexes on an database that currently uses them, run the following compact command on the server:
load compact -c -nifnsf off xxxxx.nsf
Related tasks Setting up a Domino server for transaction logging