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

[Enhancement]: Allow ANALYZE/VACUUM to be executed on data nodes #4157

Closed
pmwkaa opened this issue Mar 9, 2022 · 0 comments · Fixed by #4158
Closed

[Enhancement]: Allow ANALYZE/VACUUM to be executed on data nodes #4157

pmwkaa opened this issue Mar 9, 2022 · 0 comments · Fixed by #4158
Assignees
Labels
enhancement An enhancement to an existing feature for functionality multinode

Comments

@pmwkaa
Copy link
Contributor

pmwkaa commented Mar 9, 2022

What type of enhancement is this?

User experience

What subsystems and features will be improved?

Data node

What does the enhancement do?

Currently DDL commands are allowed to be executed only on access node, unless user explicitly allow them by using a GUC. This should be an exception for ANALYZE and VACUUM commands, since they are safe to run

Implementation challenges

No response

@pmwkaa pmwkaa added enhancement An enhancement to an existing feature for functionality multinode labels Mar 9, 2022
@pmwkaa pmwkaa self-assigned this Mar 9, 2022
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Mar 9, 2022
Allow execution of VACUUM/ANALYZE commands on a data node without
enabling timescaledb.enable_client_ddl_on_data_nodes GUC

Fix timescale#4157
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Mar 11, 2022
Allow execution of VACUUM/ANALYZE commands on a data node without
enabling timescaledb.enable_client_ddl_on_data_nodes GUC

Fix timescale#4157
pmwkaa added a commit that referenced this issue Mar 11, 2022
Allow execution of VACUUM/ANALYZE commands on a data node without
enabling timescaledb.enable_client_ddl_on_data_nodes GUC

Fix #4157
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement to an existing feature for functionality multinode
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant