Disabling inline view indexing
You can disable inline view indexing if you no longer want to use it. You can also temporarily disable inline view indexing to resolve a problem.
Procedure
Method | Description |
---|---|
load updall <database> -T <view> -Inline off |
Disables inline view indexing for a database when the indexing was enabled by Updall. To disable indexing for a specific view, specify the view name. If you don't specify a view, all views in the database that use inline indexing are disabled. For example, if you no longer want to use inline view indexing for the By Author view in the sales.nsf database, use the following command to disable it:
To enable inline indexing again, use the inline on argument, for example:
|
DISABLE_INLINE_INDEX=1 |
This NOTES.INI setting temporarily disables all inline view indexing on a server. A server restart is not necessary. Inline view indexing is disabled as views are opened. To enable inline view indexing on all databases again, specify:
|
tell inlineindex disable <database> <view> | Temporarily disables inline view indexing in an active database. To disable indexing for one
view only, specify the view name. For example, to temporarily disable inline indexing of the By Author view in the sales.nsf database:
tell inlineindex disable sales.nsf |