| От | Tom Lane |
|---|---|
| Тема | Re: EXPLAIN ANALYZE time calculations |
| Дата | |
| Msg-id | 239.1196643379@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | EXPLAIN ANALYZE time calculations (Michael Glaesemann <grzm@seespotcode.net>) |
| Ответы |
Re: EXPLAIN ANALYZE time calculations
|
| Список | pgsql-performance |
Michael Glaesemann <grzm@seespotcode.net> writes:
> I'd like to get confirmation that I'm correctly understanding the
> times given in EXPLAIN ANALYZE.
> ...
> Is this correct?
Looks about right to me. Note that some of what you are calling
"executor overhead" might also be classed as "gettimeofday overhead".
The measured difference between two successive gettimeofday readings
presumably includes the actual userland runtime plus the equivalent
of one gettimeofday call; but we actually did two calls. IOW the
actual time to get in and out of a node is going to be a shade more
than is reported.
regards, tom lane
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера