Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • H haf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • hivehive
  • haf
  • Merge requests
  • !249

Draft: introducing query supervisor

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Marcin requested to merge mi_sql_breaker_for_mr into develop Mar 17, 2023
  • Overview 5
  • Commits 20
  • Pipelines 19
  • Changes 105

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

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mi_sql_breaker_for_mr