Query record form fields
A description of the fields in the query record form.
| Field | Description |
|---|---|
| Example |
An SQL statement for an individual query, before being canonicalized to aggregate it with similar queries. |
| Hash | The hash value for this record. |
| Example stack trace |
A stack trace for an individual query. Lines referencing script code (includes both custom and base system code) appear in the following format:
For example, this stack trace indicates a function call from line 119 of a script include.
For more information, see stack traces. |
| Example URL |
The URL for an individual query, depending on how the query was called.
|
| First sighting |
The first occurrence of a similar query. |
| Last sighting | The last occurrence of a similar query. |
| Total execution time | Total execution time. |
| Execution Count |
The number of similar query occurrences that are aggregated. |
| Average execution time (ms) |
The average duration to execute one of these similar queries. |