Re: Network performance optimization - Mailing list pgsql-general

From Fabio Pardi
Subject Re: Network performance optimization
Date
Msg-id 5ec4cad1-88d5-f409-a763-aefb4d623280@portavita.eu
Whole thread Raw
In response to Network performance optimization  ("J . Mageshwaran" <djmagesh@gmail.com>)
List pgsql-general
Hi,

use of a connection pooler usually helps in such cases. It will not reduce latency, but it will mitigate the problem when the app can benefit from recycling the connections.

regards,

fabio pardi


On 09/09/2020 06:59, J . Mageshwaran wrote:
Hi Team, I am performing some benchmark testing with application in aws east 2 and dB in East 1. I am using pgbench for benchmark, the RTT Latency between East 1 to east2 is some where between 12 to 16 ms on an average. Is there any optimization that can be done to reduce the latency and increase the throughout to the PostgreSQL layer?

pgsql-general by date:

Previous
From: "J . Mageshwaran"
Date:
Subject: Network performance optimization
Next
From: Fabio Ugo Venchiarutti
Date:
Subject: Re: Network performance optimization