Hey there šŸ™‚ I'm using Hyperdrive with a TimescaleDB instance located in eu-west region. I have a qu

Hey there šŸ™‚
I'm using Hyperdrive with a TimescaleDB instance located in eu-west region.
I have a queue worker that gets a batch of 10 messages and inserts them to the DB.
For some reason, the insert logic(creating Postgres.js instance + query) takes ~1.5s.
However:
  • In the Hyperdrive dashboard, i can see that the query latency is ~150ms(connection latency negligible).
  • In Timescale dashboard, the query time is also pretty fast.
Any idea?
Thanks!
Was this page helpful?