Aniket Schneider

Results 7 comments of Aniket Schneider

I'm pretty sure I'm experiencing this issue as well. I've tested with pg 0.19 and 1.2.3, talking to aurora serverless cluster (postgres 10.7 compatibility) and a postgres 10.7 RDS server...

@cbandy I thought I saw that query hang the first couple times I tried it, but either I didn't wait long enough for it to complete or it doesn't fail...

Sort of. With a batch size of 8, for example, I am seeing it hang on anywhere from `slice_num` 1 to 4, but I've never seen it get higher than...

Just to eliminate some potential false signals here, I've stripped out the transaction and the cursor and am seeing roughly the same behavior. I say "roughly" because this version seems...

We've been running in circles on this on and off for a couple months, and got halfway to switching to a non-serverless solution, when we found that turning off SSL...

I don't think your test is describing the same situation. If create a transaction against a read-only database with a single write command and no reads, there is no error...

@sheinbergon I appreciate you digging into this! I am following along as best I can. I'm not sure if this is helpful or not, but when following the execution of...