How to view indexing tasks in the SQL database

book

Article ID: 100039328

calendar_today

Updated On:

Description

Description

Information about the indexing tasks is split between two tables, one containing the task information and one with the subtask information. For example, you might have a Rebuild task which contains multiple index volumes to rebuild.

To view information about the main task, use the Directory database IndexingSubTaskGroup table.

  • This table contains a row for each indexing task created via the wizard. One row in this table can contain multiple rows in the IndexingSubTask/SubTask tables. The information includes the time that the task was created, the type of task that it is and the total number of subtasks associated with the task.

To view information about the subtasks, use the Directory database IndexingSubTask table.

  • This table contains a row for each indexing subtask. A corresponding record will exist in the subtask table for each indexing subtask.

IMPORTANT: Do not edit this content in Information Manager

Internal Notes

 

The content of this document is referenced in the Enterprise Vault 10.0 Indexing Key Topics. Do not make changes to this article. If you would like changes to be made to this content, use the Information Manager feedback feature. Alternatively, you can send e-mail to the owner or the Enterprise Vault Knowledge Management team.

Issue/Introduction

How to view indexing tasks in the SQL database