Postgres Connection Pooling and Proxies
One essential concept that every backend engineer should know is connection pooling. This technique can improve the performance of an application by reducing the number of open connections to a database. Another related term is "proxies," which help ...
arctype.hashnode.dev7 min read