Mostafa
Mostafa
On the autoscaling side, I will try to reproduce your findings. On the first graph, I am interested in seeing the percentiles and the max. I want to see if...
`pool_size` is the maximum number of connections that PgCat opens per instance so it should be behaving exactly as what you want. ``` Application =(unlimited_count)=> PgCat =(pool_size)=> Instance ``` Keep...
I ran into a similar issue where timeouts/interrupts are sometimes not honored by ruby-pg. I was never able to reproduce the issue in a controlled environment but it was happening...
@zainkabani @levkk I would appreciate your eyes on this one.
I have been at this for some time. Documenting my progress here. The failure I am getting now on Npgsql test suite is ``` Npgsql.NpgsqlException : Received backend message BindComplete...
Pgbouncer doesn't do anything special in this test suite because the test suite uses unnamed prepared statements for the initial segment of the test. The test is not doing anything...
The README hook appears to broken. I have some ideas on how to fix, I will merge this as is and fix the hook later
I verified that this was fixed in the updated `sqlparser` version and is no longer reproducible under the latest version of PgCat. I used that query to create a test...