Re: [EXTERNAL] RDS IO Read time

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Eden Aharoni <edena(at)legitsecurity(dot)com>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: [EXTERNAL] RDS IO Read time
Date: 2025-03-31 17:43:19
Message-ID: D9C6ADBF-2314-4D3F-B054-C285AB9C9C9D@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Mar 31, 2025, at 10:32, Eden Aharoni <edena(at)legitsecurity(dot)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 could cause an index scan that reads 34 MB to take more than a second (1.2 sec).. we do know that our dataset doesn't fit the memory and we were ok with that but with IO being so slow we just don't know what to do anymore. Any other suggestions other 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 never approach the stated maximum throughput, although io2 tends to be closer than gp2 or gp3.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Eden Aharoni 2025-03-31 17:54:08 Re: [EXTERNAL] RDS IO Read time
Previous Message Eden Aharoni 2025-03-31 17:32:15 Re: [EXTERNAL] Re: RDS IO Read time