Submission timeline
2007–2026One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.
Top comments
I appreciate the work going on to make high quality poolers for Postgres...I just really wish the work was done in-core so we could have built in connection pooling, or the work done to make grabbing a new connection as cheap as if you were using a pooler. It sucks to have to add complexity to your stack to fix a "deficiency" in Postgres' design. Still, I am glad there is effort put into project even if I selfishly wish…
This looks pretty interesting. Will definitely spend some time testing it. Shameless plug. We have recently forked pgbouncer to add multicore support[0]. We are running in production for couple of weeks and the performance is great. Our design is very straightforward. Instead of touching the current code, we've extended it by a manager, that spins workers, which are essentially forks of pgbouncer itself (one per core, or whatever you specify in the settings), and then distributes the connections between the…
A quick meta BTW, but if you want to keep up with Postgres stuff, we have a newsletter (and covered this Odyssey release earlier today): https://postgresweekly.com/issues/335 (there is RSS, etc.)
The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.
HN stats
- Breakout years
- 3
- Total points
- 590
- Total comments
- 181
100+ points or 50+ comments
reference only — not used in Hall rules or ranking
reference only — not used in Hall rules or ranking
Every submission
| Date | Title as submitted | By | Points | Comments |
|---|---|---|---|---|
| 2018-05-30 | Odyssey – Scalable PostgreSQL connection poolerFirst breakout | pmwkaa | 203 | 40 |
| 2019-12-11 | Odyssey: Scalable PostgreSQL Connection Pooler | bsg75 | 151 | 53 |
| 2021-11-12 | Scalable PostgreSQL Connection PoolerBest thread · Latest 20+ point return | sbuttgereit | 234 | 88 |
| 2026-07-11 | Odyssey: Scalable PostgreSQL Connection Pooler | tosh | 2 | 0 |
