node-postgres icon indicating copy to clipboard operation
node-postgres copied to clipboard

statement_timeout impact on the database

Open deostroll opened this issue 1 year ago • 0 comments

For e.g. a hypthetical long-running request advanced to the db server and is being executed or fetched by the db engine. What happens to that specific db request if the statement_timeout time has elapsed and the pg client wrap up the corresponding client request with timeout error?

deostroll avatar Feb 01 '24 12:02 deostroll