Query
Executed by user {{.User}}
on database {{.Database}}:
{{.Query}}
On the average this query takes {{.AvgTime}} to execute, including {{.DiskReadTime}} for disk read and {{.DiskWriteTime}} for disk write. It reads {{.DiskReadBytes}} from disk, {{.SharedBufBytes}} from the shared buffer cache and {{.LocalBufBytes}} from the local buffer cache. It causes a synchronous disk write of {{.DiskWriteBytes}}. It writes out {{.TempWriteBytes}} into temporary files and reads in {{.TempReadBytes}}.
Total Calls | {{.Calls}} |
---|---|
Execution Time | {{.MinTime}} min, {{.AvgTime}} avg, {{.MaxTime}} max |
Total Time Spent Executing This Query | {{.TotalTime}} |
Rows Returned | {{.RowsPerCall}} per call, {{.Rows}} total |
WAL Records | {{.WALRecordsPerCall}} per call, {{.WALRecords}} total |
WAL Bytes | {{.WALBytesPerCall}} per call, {{.WALBytes}} total |
Execution Plan
{{if .Schema17}} {{if .Plan}}{{.Plan}}
This plan was logged at .
No query execution plans were found for this query.
Learn more.