BUG #16054: Slowest individual queries - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16054: Slowest individual queries
Date
Msg-id 16054-3b4039bbcf6d60b9@postgresql.org
Whole thread Raw
Responses Re: BUG #16054: Slowest individual queries
Re: BUG #16054: Slowest individual queries
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16054
Logged by:          Gowri Sankar
Email address:      a.gowri82@gmail.com
PostgreSQL version: 10.9
Operating system:   Amazon Linux
Description:

Hi 
We can see from below similar queries are frequently reported as Slowest
individual queries.  During the same time period high Read IOPS .Please let
me know what is the cause for this fetch statements. Let me know as well
regards this more information. 

FETCH 100 FROM c2;
FETCH 100 FROM c6;
FETCH 100 FROM c2;

Regards,
Gowri.
PostgreSQL DBA.


pgsql-bugs by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: BUG #16045: vacuum_db crash and illegal memory alloc afterpg_upgrade from PG11 to PG12
Next
From: Tomas Vondra
Date:
Subject: Re: BUG #16054: Slowest individual queries