maplibre/martin

add a proper way to handle long-running and interrupted queries

开放

#6 创建于 2018年10月6日

 (1 条评论) (1 个反应) (1 位负责人)Rust (377 个派生)auto 404
help wantedperformanceserving

仓库指标

星标
 (3,761 个星标)
PR 合并指标
 (平均合并 2天 16小时) (30 天内合并 78 个 PR)

描述

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.

贡献者指南