Fork me on GitHub
#sql
<
2020-11-01
>
synthomat12:11:15

Good morning! Maybe a somewhat obvious question, but does jdbc-next establish a new connection to the database for each new query when no pooler is used?

kirill.salykin12:11:35

it does, but it takes way less than 500ms

kirill.salykin12:11:43

suppose to take

synthomat19:11:15

thought so; I guess it’s something else down the stack…

synthomat12:11:32

just wondering why my api response times are so long even for the most simple queries (>500ms)

synthomat12:11:58

hm nope, must be something else…