Re: High COMMIT times

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Don Seiler <don(at)seiler(dot)us>, pgsql-performance(at)lists(dot)postgresql(dot)org
Subject: Re: High COMMIT times
Date: 2021-01-07 02:02:53
Message-ID: 4f031716ed0a0175ffceffcb40c36c05f66685e3.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, 2021-01-06 at 10:19 -0600, Don Seiler wrote:
> This week we've noticed that we're starting to see spikes where COMMITs are taking much longer than usual.
> Sometimes, quite a few seconds to finish.
>
> This is PostgreSQL 12.4 on Ubuntu 18.04, all running in MS Azure (*not* managed by them).

Unless you are using WITH HOLD cursors on large result sets, this is very likely
I/O overload. Use tools like "sar", "vmstat" and "iostat" to monitor your I/O load.

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Craig Jackson 2021-01-07 17:49:58 Re: High COMMIT times
Previous Message Don Seiler 2021-01-06 20:06:07 Re: High COMMIT times