nfcompose icon indicating copy to clipboard operation
nfcompose copied to clipboard

Investigate satement_timeout for read only queries

Open s4ke opened this issue 2 years ago • 1 comments

https://www.postgresql.org/docs/9.6/runtime-config-client.html

If we set this for read only queries, this could help stability if for whatever reason a custom filter via the new filter support in 2.1.0 causes performance degradation.

s4ke avatar Feb 11 '24 12:02 s4ke

transaction_timeout is maybe more what we want for requests?

We probably want to undo this after every request is finished. It's important to not break any existing client pooling.

s4ke avatar Oct 05 '24 10:10 s4ke