yandex / odyssey

Scalable PostgreSQL connection pooler
BSD 3-Clause "New" or "Revised" License
3.13k stars 155 forks source link

Problems with performance when connecting over tls #526

Open vadv opened 10 months ago

vadv commented 10 months ago

odyssey:

time PGSSLMODE=require  psql -Atc "select repeat('1', 40000000)" > /dev/null

real    0m20.812s

pgbouncer:

time PGSSLMODE=require  psql -Atc "select repeat('1', 40000000)" > /dev/null

real    0m0.714s

out