odyssey icon indicating copy to clipboard operation
odyssey copied to clipboard

Problems with performance when connecting over tls

Open vadv opened this issue 2 years ago • 0 comments

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

vadv avatar Aug 22 '23 07:08 vadv