Page MenuHomePhabricator

Check, test and tune pool-of-connections and max_connections configuration
Closed, ResolvedPublic

Description

Current configuration may be too conservative regarding realibility, and we may be able to get more QPS by having more concurrency and less queing.

Event Timeline

jcrespo claimed this task.
jcrespo raised the priority of this task from to High.
jcrespo updated the task description. (Show Details)
jcrespo added projects: DBA, acl*sre-team.
jcrespo subscribed.

I've set all nodes to 32 in configuration. According to all benchmarks, 32-36 are the maximum practical limit for concurrent threads. We could use proper benchmarking for better tuning, but it should be good enough for now to solve the most immediate problems.

I will have a look at max_connections now.

This requires long-term monitoring, but I have found no issues so far. Closing as resolved for now, will reopen if issues are actually found.