Re: about explain analyze - Mailing list pgsql-hackers

From Tom Lane
Subject Re: about explain analyze
Date
Msg-id 29304.1070044178@sss.pgh.pa.us
Whole thread Raw
In response to Re: about explain analyze  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: about explain analyze  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
Teodor Sigaev <teodor@sigaev.ru> writes:
> How many times is gettimeofday called?

Twice per plan node visit, if you are doing EXPLAIN ANALYZE.  (The
number of "visits" is one more than the number of rows returned.)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: about explain analyze
Next
From: Tom Lane
Date:
Subject: Re: Functions with COPY