postgres-operator/pkg
Dmitrii Dolgov bfe9224f44 Adjust per pool by number of pools
default_pool_size, min_pool_size, reserve_pool_size are per pool values,
that's it per (database, user) pair. Which means it's wrong to calculate
them based on the global maxDBConn, otherwise for the cases when there
are too many users it would result in the configuration conflicting
between maxDBConn and min_pool_size. Adjust those values by the number
of known pools.

This not necessarily a perfect solution, because load could be
distributed between databases & users unevenly in which case some of
those parameters will cause rarely used pools being of the same size as
the active ones.
2021-06-09 10:53:40 +02:00
..
apis/acid.zalan.do Rename roles that are removed from PostgresTeam CRD (#1457) 2021-05-21 15:49:39 +02:00
apiserver reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
cluster Adjust per pool by number of pools 2021-06-09 10:53:40 +02:00
controller bump operator to v1.6.3 (#1503) 2021-05-28 11:53:10 +02:00
generated update year in generated code and maintainer info in Dockerfiles (#1298) 2021-01-08 17:07:28 +01:00
spec Rename roles that are removed from PostgresTeam CRD (#1457) 2021-05-21 15:49:39 +02:00
teams Rename roles that are removed from PostgresTeam CRD (#1457) 2021-05-21 15:49:39 +02:00
util bump operator to v1.6.3 (#1503) 2021-05-28 11:53:10 +02:00