Skip to content

1.0

Compare
Choose a tag to compare
@x4m x4m released this 09 Dec 18:18
3974c0d

This is Odyssey 1.0, a scalable multi-threaded connection pooler for PostgreSQL designed for the cloud.

We are using Odyssey in production. Currently, it handles more than 1,000,000 requests per second on many hundreds of hosts. We've come a long way trying Odyssey on many various workloads.

The main features are:

  1. Linear scaling with the number of CPU cores.
  2. Different pooling modes with the ability to configure authentication, pooling mode, limits and more per pool.
  3. Ability to automatically rollback transactions and cancel Postgres backends on client disconnections.
  4. Accurate PostgreSQL error forwarding.
  5. Support of the replication protocol.
  6. Support of PAM and SCRAM authentication.