Steckbrief
Parameter | NIFNSFEnable |
Kategorie | Performance / Memory |
Verfügbar seit | Mindestens 9.0.1 (HCL-Dokumentation); praktische Wirksamkeit ab ODS 51 (Domino 10) |
GUI-Entsprechung | Nur notes.ini (keine GUI) |
Mögliche Werte | 0 (deaktiviert) | 1 (aktiviert) |
Beschreibung
Laut HCL-Produktdokumentation (Compact options):
You can use the listed Compact option to store view indexes separately if the NIFNSFEnable=1 property is set in the NOTES.INI file on the server. … When set as on, stores view indexes separately from the NSF file to improve database performance. View indexes are moved to the location defined by the NIFBasePath setting in the NOTES.INI file. … This compact option works only on databases that have an on-disk structure (ODS) of 51 or later.
NIFNSFEnable=1 aktiviert serverweit die NIF-NSF-Funktion: Die View-Index-Daten werden nicht mehr im NSF, sondern in einer separaten .ndx-Datei pro NSF abgelegt. Vorteile: kleinere NSF-Dateien, oft bessere I/O-Charakteristik, schnellere Backups einzelner NSFs. Wirksam nur bei Datenbanken mit ODS 51 oder neuer (Domino 10+).Beispiel-Konfiguration
NIFNSFEnable=1 NIFBasePath=D:\Domino\NIFNSF
Hinweise & Stolperfallen
- Wirksam nur bei NSFs mit ODS 51 oder neuer (Domino 10+).
- Pfad der ausgelagerten Indizes wird mit
NIFBasePathfestgelegt.
- Per
compact -c -nifnsf on|offkann pro Datenbank einzeln umgestellt werden.
- Empfohlen: separates schnelles Volume für
NIFBasePath.
- Komplementär zu
CREATE_NIFNSF_DATABASES,NIFBasePath.
- Änderung wirkt nach Server-Restart bzw. nach Compact-Lauf der einzelnen Datenbanken.
Quellen (HCL Product Documentation)
- HCL Domino 11.0.1 – Compact options: help.hcl-software.com/domino/11.0.1/admin/tune_compactoptions_r.html
- HCL Domino 9.0.1 – Compact options: help.hcl-software.com/domino/9.0.1/admin/admin/tune_compactoptions_r.html