1.0
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:
- Linear scaling with the number of CPU cores.
- Different pooling modes with the ability to configure authentication, pooling mode, limits and more per pool.
- Ability to automatically rollback transactions and cancel Postgres backends on client disconnections.
- Accurate PostgreSQL error forwarding.
- Support of the replication protocol.
- Support of PAM and SCRAM authentication.