Reputation: 135
I am using PgPool with 3 postgres nodes. Each postgres has been configured with max_connection = 2000
, the pgpool with max_pool = 3
and num_init_children = 666
.
Is there any guide to follow and set the best settings for better performance?
I saw on the internet that I need to follow this num_init_children * max_pool <= max_connection
. That's true?
Upvotes: 1
Views: 82