electric icon indicating copy to clipboard operation
electric copied to clipboard

Tune PG connection pool to serve initial syncs

Open balegas opened this issue 6 months ago • 7 comments

image

This picture shows the max number of concurrent initial syncs per shape size. The takeaway is that when shape is large enough, we can't handle the next request because there are no more connections available in the Pg connection pool, because they are all busy.

We're going to tune the initial pool size to be better fit with the number of requests the server can handle.

balegas avatar Aug 08 '24 11:08 balegas