Skip to content

Comment on Why we built yet another Postgres connection poolerparent

Comments

Recently ran into a related bug in duckdb. They implemented a basic http connection pooler (described as a parking lot) but there are edge cases where broken connections get returned to the pool then the next thing tries to use a busted connection and fails.

DuckDB is in-process though?

Yeah, just another example of "connections pools are hard in general"

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.