Skip to content
#

pooler

Here are 7 public repositories matching this topic...

levkk
levkk commented Mar 22, 2022

Is your feature request related to a problem? Please describe.
I want to be able to block a known bad query from reaching my database and taking it down. A bad query example could be something that's too expensive to run at scale, e.g. a sequential scan.

Describe the solution you'd like
I want to be able to identify the most expensive queries, e.g. SHOW EXPENSIVE QUERIES;, and block

enhancement good first issue

Improve this page

Add a description, image, and links to the pooler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pooler topic, visit your repo's landing page and select "manage topics."

Learn more