yandex/odyssey
Scalable PostgreSQL connection pooler observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 99
- Release rhythm 68
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 133
- age_days: 3019
- days_rel: 52
- days_push: 7
- n_releases_24m: 4
Adoption not part of the score
3618 stars · 211 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Odyssey is a production-ready, multi-threaded PostgreSQL connection pooler and request router written in C, built on a custom coroutine engine. It supports transactional and session pooling, per-database/user pool rules, TLS, PAM/LDAP authentication, load balancing across multiple PostgreSQL hosts, and zero-downtime online restarts.
Use cases
- pool postgresql connections for high-traffic applications
- reduce postgres connection overhead under many concurrent clients
- load balance queries across multiple postgres replicas
- route read-only and read-write traffic to primary or standby
- protect against stale reads from lagging replicas
- restart or upgrade the pooler without downtime
- export pooler metrics to prometheus
When to choose
- you need a scalable, multi-threaded alternative to pgbouncer for large production setups
- you want per-database and per-user pooling, authentication, and limit rules
- you need transparent load balancing and target_session_attrs routing across postgres clusters
- you require zero-downtime online restarts of the pooler
When to avoid
- your applications rely on session-level features like temporary tables or session variables with transaction pooling
- you need a pooler that runs on platforms other than Linux or macOS
- you want a simple single-node setup where pgbouncer's simplicity suffices
- you need first-class Windows support
Facets
service · maturity stable
database caching auth proxy monitoring networking databases backend self-hosted self-hosted postgresql connection-pooler load-balancing transaction-pooling high-availability prometheus-metrics tls pam ldap request-routing devops linux macos docker
10 sources
- readme: https://github.com/yandex/odyssey · fetched 2026-08-28 · 8fbd88b7bc5e
- homepage: https://pg-odyssey.tech/ · fetched 2026-08-29 · fabc09053b9d
- site_page: https://pg-odyssey.tech/features/pooling.html · fetched 2026-08-29 · d51758cb6827
- site_page: https://pg-odyssey.tech/about/community.html · fetched 2026-08-29 · 631916e173a8
- site_page: https://pg-odyssey.tech/features/balancing.html · fetched 2026-08-29 · 4eac7238ff8c
- site_page: https://pg-odyssey.tech/features/tsa.html · fetched 2026-08-29 · 77c0a860e320
- site_page: https://pg-odyssey.tech/features/online-restart.html · fetched 2026-08-29 · 2e8e33bb99b1
- site_page: https://pg-odyssey.tech/features/catchup-timeout.html · fetched 2026-08-29 · 7df13df189b0
- site_page: https://pg-odyssey.tech/features/pause.html · fetched 2026-08-29 · df1668861772
- site_page: https://pg-odyssey.tech/features/prometheus-metrics.html · fetched 2026-08-29 · 45ef0a6f43be
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yandex/odyssey | main | 88 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem