Results 296 comments of Brian C

hmmm yeah if the native driver doesn't exhibit the behavior it's almost certainly something we can solve on our end in the JS driver. I'm out of the country for...

I've been looking at the protocol and various implementations and experimenting w/ something. Locally I'm seeing ~100 queries per second faster with a very rudimentary benchmark hitting a local postgres...

@WNemencha @murukesh @gajus I think I _might_ have found something to help - would y'all be able to try the code on this branch & see if it makes things...

@felixfbecker > It would be amazing if `Cursor` could implement `Symbol.asyncIterator` so that it can be iterated with `for await (const row of cursor) {}`. For this you should probably...

> Passed config should never be modified, this is a client-owned object. I agree with you. Do you have code to reproduce this? I can fix p quick.

oof I need to document that!

if you can give me self-contained code that reproduces the issue I can code up a test & fix & release it!

yea submit a pr I'd love to take a look at it

Yeah I can't quite review this now until it's rebased on top of master after #109 lands. Initial thoughts: - Might want to call it `maxCheckoutMillis` or something and the...