Re: High COMMIT times

From: Don Seiler <don(at)seiler(dot)us>
To: Kenneth Marshall <ktm(at)rice(dot)edu>
Cc: Joshua Drake <jd(at)commandprompt(dot)com>, pgsql-performance(at)lists(dot)postgresql(dot)org
Subject: Re: High COMMIT times
Date: 2021-01-06 20:06:07
Message-ID: CAHJZqBCQOZfMrwizFAzXYcxwVscSMp_epkk+2vCuZrxGhcpMuQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Azure VMs do have their own IOPS limits that increase with increasing VM
"size". In this current case our VM size puts that VM IOPS limit well above
anything the disks are rated at, so it shouldn't be a bottleneck.

On Wed, Jan 6, 2021 at 1:15 PM Kenneth Marshall <ktm(at)rice(dot)edu> wrote:

> On Wed, Jan 06, 2021 at 12:06:27PM -0600, Don Seiler wrote:
> > On Wed, Jan 6, 2021 at 10:51 AM Joshua Drake <jd(at)commandprompt(dot)com>
> wrote:
> >
> > Looking at the Azure portal metric, we are nowhere close to the
> advertised
> > maximum IOPS or MB/s throughput (under half of the maximum IOPS and
> under a
> > quarter of the MB/s maximum). So there must be some other bottleneck in
> > play. The IOPS limit on this VM size is even higher so that shouldn't be
> it.
> >
>
> Hi Don,
>
> I may just be re-stating common knowledge, but the available IOPS would
> be constrained by how tightly coupled the storage is to the CPU. Even a
> small increase can limit the maximum IOPS unless you can issue multiple
> relatively independent queries at one. I know no details of how Azure
> implements their storage tiers.
>
> Regards,
> Ken
>

--
Don Seiler
www.seiler.us

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Laurenz Albe 2021-01-07 02:02:53 Re: High COMMIT times
Previous Message Kenneth Marshall 2021-01-06 19:15:25 Re: High COMMIT times