Data Archive
- Data Archive 6.5
- All Products
Property
| Description
|
---|---|
ID
| Query identifier assigned by the Data Vault Service.
|
Client ID
| ID of the client that sent the query request.
|
Start Time
| Date and time when the Data Vault Service received the query.
|
Running Time
| Amount of time it took to process the query.
|
Query Type
| Type of SQL operation that is performed by the query. The query can have the following types of operation:
|
Source Type
| Type of data queried. The source type can be one of the following types:
|
SQL
| SQL statement in the query.
|
Status
| Status of the query. The query can have one of the following statuses:
|
Tasks [T/S/C]
| Number of tasks for the query. The number of task for a query is equivalent to the number of partition data files that the query must access.
For example if the Data Vault Service must access 20 different partition data files to complete a query, the Data Vault Service creates 20 tasks for the query.
The Data Vault Administration Tool displays the task information in the following format:
total tasks ->
started tasks ->
completed tasks Total tasks is the total number of tasks that a query must perform. The total number of tasks include tasks that are not started, tasks that have started, and tasks that are complete.
Started tasks is the total number of tasks started but not yet completed by the query.
Completed tasks is the total number of tasks completed by the query.
|
Rows
| Number of rows fetched by the query from the Data Vault.
|
Volume
| Amount of data fetched by the query from the Data Vault.
|