Re: Explain analyse with track_io_timing - Mailing list pgsql-performance

From Jayadevan M
Subject Re: Explain analyse with track_io_timing
Date
Msg-id CAFS1N4hKfeoU7HEED51heWzHpF+=L5Y4y9cy1OLT3b+j60tHKg@mail.gmail.com
Whole thread Raw
In response to Re: Explain analyse with track_io_timing  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-performance


Is it a parallel query?  If yes the total time is only the time spent in the
main process, and the IO time is sum of all IO time spent in main process and
the parallel workers, which can obviously be a lot more than the total
execution time.
Yes, there are parallel workers, that explains it. Thank you.
Regards,
Jay
 

pgsql-performance by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: Explain analyse with track_io_timing
Next
From: Moises Lopez
Date:
Subject: Re: Optimal configuration for server