maplibre/martin
add a proper way to handle long-running and interrupted queries
オープン
#6 opened on 2018/10/06
help wantedperformanceserving
Repository metrics
- Stars
- (3,761 個のスター)
- PR merge metrics
- (平均マージ 2d 16h) (30d で 78 merged PRs)
説明
Martin may become unresponsive while PostgreSQL is handling a lot of long-running SQL queries. Some frontends like Nginx may also cancel requests based on timeout, but these requests might still be running as queries in PostgreSQL.
We need a way to set a timeout for such requests, so we can cancel queries in the PostgreSQL.