I wanted to ask if this 2k optimization made by pgBouncer and mentioned in the docs: Low memory requirements (2k per connection by default)
means it's the memory cost of connecting to postgres or pgBouncer?
I mean if the architecture looks like: APP -> pgBouncer -> postgres with every element on different node is this optimization referring to the APP -> pgBouncer or pgBouncer -> postgres connection?