On 10/1/2016 11:39 AM, Jeff Janes wrote:

As others have said, different databases makes connection pooling less efficient, which could be very important to you, or could be irrelevant.

1000 apps running at once each with their own DB and 10s of connections == 10s of 1000s of database connections, which means 10s of 1000s of database processes.

1000 apps only connecting as needed for each transaction == database server forks for every connection, expensive.





--
john r pierce, recycling bits in santa cruz



--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to