Re: Init connection time grows quadratically
On Tue, 27 May 2025 at 12:45, Потапов Александр wrote: > > Hello! > > I ran some experiments with pgbench to measure the initialization time and > found that the time increases quadratically with the number of clients. It > was surprising to me and I would like to understand a reason of such beh
Re: Init connection time grows quadratically
Sorry, I forgot to add the table and graph for point #8 The graph is attached. This is the table: -- | Number of clients | Average init time, ms | -- | 1024 | ~435 +-20