Skip to content

introducing query supervisor

Marcin requested to merge mi_sql_breaker_for_mr into develop

introduced query handlers and backend psql utilities introduced new shared library to load into postgres

query supervisor must break a pending user query when it will exceed some resources limit. Breaking query cannot be handled and ignored by the user and cannot break pending connection with a psql cluster.

The mr is only the beginning of the tool, it itroduce some C++ utilities for postgress and unit and functional testing

Merge request reports