QueryStats Interface
Performance-related statistics for ECSqlReader.
Properties
| Name | Type | Description | |
|---|---|---|---|
| backendCpuTime | number | Time spent running the query; not including time spent queued. | |
| backendMemUsed | number | Estimated memory used for the query. | |
| backendRowsReturned | number | Total number of rows returned by the backend. | |
| backendTotalTime | number | Total time it took the backend to run the query. | |
| prepareTime | number | Total time in millisecond to prepare ECSQL or grabing it from cache and binding parameters | |
| retryCount | number | The number of retries attempted to execute the query. | |
| totalTime | number | The total round trip time from the client's perspective. | 
Defined in
- core/common/src/ECSqlReader.ts Line 127
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.