Ross ROSS = Recommend OSS · open-source software intelligence for agents

yandex/odyssey

Scalable PostgreSQL connection pooler observed · 2026-08-28

github.com/yandex/odyssey · homepage · C · BSD-3-Clause (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
yandex/odysseymain88

For agents

markdown · JSON · MCP: product_card(name="yandex/odyssey")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem