Dave Cramer
Dave Cramer
Changing the size of the output buffer has shown to help, but currently changing timeouts won't help.
On Wed, Jan 22, 2020, 12:59 AM Craig Ringer, wrote: > I increasingly think I need to find the time to make PgJDBC use separate > threads for tx and...
@rutchkiwi I'd hazard a guess that your batch sizes are quite big. There are problems if the size of the insert is very large. Can you confirm this is the...
@rutchkiwi depending on the width of the rows that could be a large insert. I'm not familiar with the clojure library, but don't. you have a way of executing the...
@SerialVelocity While the PR looks innocuous enough I really would like to see a test for it. Do you have some bandwidth to add a test to it?
@bokken what we really want to test here is the login timeout. Testing read timeout is rather trivial (I think ?) with pg_sleep();
@bokken figured out how to test it. https://www.postgresql.org/docs/current/runtime-config-developer.html --pre_auth_delay=10 works!
@stevenliang16 The test in testDatabaseMetaData is failing because enableSSL opens a new connection. Can you fix this ?
There is only one as evidenced by the search.
Ok, looking at this the millisecond stuff has been fixed as for the enableSSL issues. I think that should be fixed in enableSSL