ADMINISTERING
You can enable inline view indexing with the Updall task which updates the$Index view design element. With this method, inline view indexing is enabled automatically in replicas of a database. In addition, if you enable inline view indexing in a design template, the inline view indexing is enabled automatically in databases that inherit their design from the template.
About this task
Inline view indexes enabled with the Updall task are referred to as design-enabled inline view indexes.
Procedure
Use the following command to use the Updall task to enable inline view indexing for a database. To enable inline view indexing for all views in a database, omit the viewargument.
load updall database -T view -inline on
Results
Inline indexing is enabled as a view is opened.
Example
The following example enables inline view indexing for the By Author view indisc9.nsf:
load updall disc9.nsf -T "By Author -inline on
The following example enables inline view indexing for all views indisc9.nsf:
load updall disc9.nsf -inline on
Parent topic: Enabling and managing inline view indexing
Related tasks Enabling inline view indexing with INLINE_VIEW_INDEX setting Setting index expiration for inline view indexes Using console commands to manage inline view indexing Showing inline indexing statistics Disabling inline view indexing