----- Mensagem original ----- > De: "AJG" <ay...@gera.co.nz> > Para: "Pg Hackers" <pgsql-hack...@postgresql.org> > Enviadas: Sábado, 27 de fevereiro de 2021 14:40:58 > Assunto: Re: Improving connection scalability: GetSnapshotData()
> Hi, > Greatly appreciate if you could please reply to the following questions as > time allows. > I have seen previous discussion/patches on a built-in connection pooler. How > does this scalability improvement, particularly idle connection improvements > etc, affect that built-in pooler need, if any? > Same general question about an external connection pooler in general in > Production? Still required to route to different servers but no longer > needed for the pooling part. as an example. > Many Thanks! > -- > Sent from: https://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html As I understand it, the improvements made to GetSnapShotData() mean having higher connection count does not incur as much a penalty to performance as before. I am not sure it solves the connection stablishment side of things, but I may be wrong. Luis R. Weck