Moving views out of databases
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:
- A smaller database file size, to avoid reaching the 64GB limitation.
- Faster database backup and restore.
Procedure
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