Re: waiting for client write

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: waiting for client write
Дата
Msg-id CABUevEwL3=PLSOfX3w=a3YtHga8HkwQDLhFmLWAyLqkcYofaYQ@mail.gmail.com
обсуждение исходный текст
Ответ на waiting for client write  (Ayub Khan <ayub.hp@gmail.com>)
Список pgsql-performance
On Wed, Jun 9, 2021 at 4:47 PM Ayub Khan <ayub.hp@gmail.com> wrote:
>
> attached is the screenshot of RDS performance insights for AWS and it shows high waiting client writes. The api
performanceis slow. I read that this might be due to IOPS on RDS. However we have 80k IOPS on this test RDS.
 
>

ClientWrite means Postgres is waiting on the *network* sending the
reply back to the client, it is unrelated to I/O. So either your
client isn't consuming the response fast enough, or the network
between them is too slow or shaped.

-- 
 Magnus Hagander
 Me: https://www.hagander.net/
 Work: https://www.redpill-linpro.com/



В списке pgsql-performance по дате отправления:

Предыдущее
От: Ayub Khan
Дата:
Сообщение: waiting for client write
Следующее
От: Ayub Khan
Дата:
Сообщение: Re: waiting for client write