QueryPerformance¶
This table contains performance information for executed OctoSAM queries.
Fields¶
| Field | Type | Description |
|---|---|---|
| DurationMillis | numeric | Duration of the Query |
| Frontend | string | OctoSAM frontend / application that started the query |
| Guid | guid | GUID of the query. Each query definition has a unique GUID. |
| ID | numeric | Internal ID for the QueryPerformance entity (Primary Key) |
| Parameters | string | A JSON document containing the query parameters |
| Path | string | Repository path of the query at the time of execution |
| Rows | numeric | Number of rows the query returned |
| StartDateTime | datetime | Date/Time the Query was started |
| User | string | User that executed the query |