使用主控台命令管理行內視圖檢索

使用伺服器主控台指令監控及管理行內視圖檢索。

執行這項作業的原因和時機

1. 主控台指令管理行內視圖檢索
指令 說明
tell inlineindex show <資料庫> <view> 顯示資料庫中使用 Updall 來啟用行內視圖檢索的視圖。使用 <view> 引數來查看特定視圖是否已使用 Updall 來啟用行內視圖檢索。
tell inlineindex 停用 暫時停用開啟資料庫的行內視圖檢索。
tell inlineindex 停用 暫時停用之後,啟用開放資料庫的行內視圖檢索。
tell inlineindex refresh 重新整理使用 Updall 來啟用行內視圖檢索的所有視圖索引。
show dbs * inline views 顯示啟用行內視圖檢索之開啟資料庫的視圖有效期限。列出具有啟用行內視圖檢索之視圖的所有開啟資料庫,以及每一個資料庫中已啟用的視圖數。
show dbs * inline views 顯示與 show dbs * inline 相同的輸出,但新增啟用行內視圖檢索之每個視圖的相關資訊。
dbcache show inline views 為已針對行內視圖檢索啟用的關閉資料庫顯示視圖期限期間。列出包含已針對行內視圖檢索啟用之視圖的所有關閉資料庫,以及列出在每個資料庫中啟用的視圖數量。
dbcache show inline views 將相同輸入顯示為 dbcache show inline,但新增關於已針對行內視圖檢索之每個視圖的資訊。
show stat 資料庫.inline* 為使用行內檢索之視圖的資料庫顯示統計資料。

範例

show dbs * inline views
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
show 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 views
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. 輸出標籤的按鍵
輸出標籤 說明
ID 與索引相關聯的視圖 NoteID。
Num索引 開啟索引的現行數目。
類型 已啟用的行內索引的類型(StaticDesign)。
州/縣 啟用(開啟且在使用中)或 停用(因為 Info 直欄中所列的問題而停用的索引)。
Accessors 索引的作用中開啟資料庫參照數目。
非使用中 未主動更新索引的分鐘數。
Accessed 主動更新索引的前次時間。
資訊 停用索引的原因。索引可能因各種原因而遭到停用,例如:若在資料庫上所進行的作業與行內視圖檢索不相容時。