From: | Потапов Александр <a(dot)potapov(at)postgrespro(dot)ru> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Init connection time grows quadratically |
Date: | 2025-05-27 11:27:53 |
Message-ID: | 209a6-6835a180-9f-204dda80@158931578 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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 |
| 2048 | ~1062 +-20 |
| 4096 | ~3284 +-40 |
| 8192 | ~11617 +-120 |
| 16384 | ~43391 +-230 |
--------------------------------------------------
Best regards,
Alexander Potapov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Attachment | Content-Type | Size |
---|---|---|
![]() |
image/png | 61.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Matthias van de Meent | 2025-05-27 11:36:54 | Re: Init connection time grows quadratically |
Previous Message | Amit Kapila | 2025-05-27 11:25:53 | Re: Slot's restart_lsn may point to removed WAL segment after hard restart unexpectedly |