Odyssey – a scalable PostgreSQL connection pooler ↦
How does Odyssey scale?
Odyssey can significantly scale processing performance by specifying a number of additional worker threads. Each worker thread is responsible for authentication and proxying client-to-server and server-to-client requests. All worker threads are sharing global server connection pools. Multi-threaded design plays important role in SSL/TLS performance.
Currently in beta, but the authors are using it in production so it’s likely usable at this stage.
Discussion
Sign in or Join to comment or subscribe