Re: [EXTERNAL] RDS IO Read time - Mailing list pgsql-general

From Christophe Pettus
Subject Re: [EXTERNAL] RDS IO Read time
Date
Msg-id D9C6ADBF-2314-4D3F-B054-C285AB9C9C9D@thebuild.com
Whole thread Raw
In response to RDS IO Read time  (Eden Aharoni <edena@legitsecurity.com>)
Responses Re: [EXTERNAL] RDS IO Read time
List pgsql-general

> On Mar 31, 2025, at 10:32, Eden Aharoni <edena@legitsecurity.com> wrote:
>
> First, thanks for the reply :)
> So, I do know which part is taking a lot of IO time and it's to be honest any node that reads from the disk.. of
course,we're running EXPLAIN on our queries (to be more specific we use auto_explain) but we can't seem to find what
couldcause an index scan that reads 34 MB to take more than a second (1.2 sec).. we do know that our dataset doesn't
fitthe memory and we were ok with that but with IO being so slow we just don't know what to do anymore. Any other
suggestionsother than contact AWS (which we did but it seems this path won't lead anywhere). 

The performance of EBS is definitely a question for AWS.  I can say that, in our experience, EBS mounts for RDS almost
neverapproach the stated maximum throughput, although io2 tends to be closer than gp2 or gp3. 


pgsql-general by date:

Previous
From: Eden Aharoni
Date:
Subject: Re: [EXTERNAL] Re: RDS IO Read time
Next
From: Eden Aharoni
Date:
Subject: Re: [EXTERNAL] RDS IO Read time