Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to ignore query #33

Open
anayrat opened this issue Jun 30, 2020 · 1 comment
Open

Add possibility to ignore query #33

anayrat opened this issue Jun 30, 2020 · 1 comment

Comments

@anayrat
Copy link
Member

anayrat commented Jun 30, 2020

Hello,
We noticed 80% of our powa database wheight was due to SET xxx statements which are not normalized.

It could be interesting to ignore a pattern as it is done in :
https://github.com/powa-team/powa-archivist/blob/master/powa--4.0.1.sql#L2260

We could add an "options" parameter to all functions of jsonb type and a column to powa_servers. Thus we will be able to give options for specifics server.

It implies to change all functions prototypes, the collector and the UI.

@rjuju
Copy link
Member

rjuju commented Jun 30, 2020

+1

However it may be time to add a way to define "global settings", so that you don't have to setup the exact same parameter for every single foreign server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants