-
Notifications
You must be signed in to change notification settings - Fork 148
I/O Timings: Read / Write times not obvious enough #477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@Krysztophe Is it correct that in the plan, for "I/O Timings" we can only have "read" and "write" and that the values for these correspond to respectively "Buffers shared read" and "Buffers shared written"? |
It seems to depends on the version and the cache effect. If running again my example in https://explain.dalibo.com/plan/mZe#plan/node/1 , twice, I get the
|
On PG17: https://explain.dalibo.com/plan/40ed3a382gah1b44#plan
|
Seems a bit more complicated with JSON & PG17 : #733 |
The I/O Timings information are not really visible, as in:
I would expect them to appear in the array , above "Read" and "Written". And perhaps in color if they are a big part of the total query time.
Examples:
The text was updated successfully, but these errors were encountered: