ADMINISTERING
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