使用控制台命令来管理内联视图索引

使用服务器控制台命令来监视和管理内联视图索引。

关于此任务

1. 用于管理内联视图索引的控制台命令
命令 描述
tell inlineindex show <database> <view> 显示数据库中启用了 Updall 内联视图索引的视图。使用 <view> 参数查看是否为 Updall 的内联视图索引启用了特定视图。
tell inlineindex disable 暂时禁用打开的数据库的内联视图索引。
tell inlineindex enable 在临时禁用打开的数据库后,对其启用内联视图索引。
tell inlineindex refresh 刷新通过 Updall 为内联视图索引启用的所有视图索引。
show dbs * inline 显示为内联视图索引启用的打开数据库的视图有效期限。列出所有打开的数据库,其中包含为内联视图索引启用的视图以及每个数据库中启用的视图数。
show dbs * inline views 显示与 show dbs * inline 相同的输出,但是添加有关为内联视图索引启用的每个视图的信息。
dbcache show inline 显示为内联视图索引启用的已关闭数据库的视图有效期限。列出所有关闭的数据库,其中包含为内联视图索引启用的视图以及每个数据库中启用的视图数。
dbcache show inline views 显示与 dbcache show inline 相同的输出,但是添加有关为内联视图索引启用的每个视图的信息。
show stat database.inline* 显示具有使用内联索引的视图的数据库的统计信息。

示例

show dbs * inline
sho dbs * inline
Inline Indexing designed views expire from open databases if not accessed in 5 minute(s)
Inline Indexing Static views expire from open databases if not accessed in 5 minute(s)
Inline Index Databases
c:\server\data\cldbdir.nsf  NumIndexes: 3
c:\server\data\ddm.nsf      NumIndexes: 2
c:\server\data\events4.nsf  NumIndexes: 16
c:\server\data\mantanotes.nsf    NumIndexes: 3
c:\server\data\names.nsf    NumIndexes: 26
sho dbs * inline views
sho dbs * inline views
Inline Indexing designed views expire from open databases if not accessed in 5 minute(s)
Inline Indexing Static views expire from open databases if not accessed in 1 minute(s)
Inline Index Databases
c:\server\data\mantanotes.nsf	NumIndexes: 3
View                 ID               Type     State   Accessors    Inactive     Accessed               Info
($All)               (0x0000027E)   Design    Enabled        0        0 min   05/22/2014 08:55:29 AM     
By Author            (0x00000292)   Design    Enabled        0        0 min   05/22/2014 08:55:28 AM     
($Calendar)          (0x000002DA)   Design    Enabled        0        0 min   05/22/2014 08:55:28 AM     
c:\server\data\names.nsf	NumIndexes: 2
View                 ID               Type     State   Accessors    Inactive     Accessed               Info
($ServerConfig)      (0x0000026E)   Static    Enabled        0        5 min   05/22/2014 08:49:50 AM     
($Servers)           (0x000002C6)   Static                   0        5 min   05/22/2014 08:49:35 AM     
dbcache show inline
dbcache show inline
Inline Indexing designed views expire from closed databases in dbcache after 5 minute(s).
Inline Indexing static views expire from closed databases in dbcache after 1 minute(s).
Inline Index Databases
c:\server\data\admin4.nsf	NumIndexes: 2	Cache Min: 1
dbcache show inline views
dbcache show inline views
Inline Indexing designed views expire from closed databases in dbcache after 5 minute(s).
Inline Indexing static views expire from closed databases in dbcache after 1 minute(s).
Inline Index Databases
c:\server\data\admin4.nsf	NumIndexes: 2	Cache Min: 1
View                 ID               Type     State   Accessors    Inactive     Accessed               Info
($LoggedEvents)      (0x0000013E)   Static    Enabled        0        0 min   05/22/2014 08:41:34 AM     
($LoggedAdminServerEvents)
                     (0x0000019E)   Static    Enabled        0        0 min   05/22/2014 08:41:34 AM     
输出标签键
2. 输出标签键
输出标签 描述
标识 与索引相关联的视图 NoteID。
NumIndexes 当前打开的索引数。
类型 内联索引的类型,启用静态设计
状态 已启用(打开且在使用)或已禁用(由于信息列中列出的问题已禁用索引)。
存取器 索引的活动打开数据库引用数。
非活动的 尚未主动更新索引的分钟数。
已存取 上次主动更新索引的时间。
信息 禁用索引的原因。可以出于多种原因禁用索引,例如,如果数据库上的操作与内联视图索引不兼容。