sql

All things SQL and JDBC...
synthomat 2020-11-01T12:00:15.197200Z

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?

synthomat 2020-11-01T12:01:32.197900Z

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

synthomat 2020-11-01T12:21:58.198100Z

hm nope, must be something else…

kirill.salykin 2020-11-01T12:33:35.198700Z

it does, but it takes way less than 500ms

kirill.salykin 2020-11-01T12:33:43.199100Z

suppose to take

synthomat 2020-11-01T19:53:15.199300Z

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