I've noticed some surprising latency the first time a query is run (db.Query). On my machine it takes about 400ms. Every call to db.Query afterwards returns in comparable time to other drivers.
It's like there is some kind of expensive one time setup that occurs at that point. I don't know if this is expected behavior or not.
Love the idea behind this!
I've noticed some surprising latency the first time a query is run (
db.Query
). On my machine it takes about 400ms. Every call todb.Query
afterwards returns in comparable time to other drivers.It's like there is some kind of expensive one time setup that occurs at that point. I don't know if this is expected behavior or not.
Thanks!