maplibre/martin

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

Aberta

#6 aberto em 6 de out. de 2018

 (1 comentário) (1 reação) (1 responsável)Rust (377 forks)auto 404
help wantedperformanceserving

Métricas do repositório

Stars
 (3.761 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador