Skip to content

How can I enable MX for Citus? #5600

Answered by marcocitus
kallydev asked this question in Q&A
Discussion options

You must be logged in to vote

You can enable metadata syncing (on 10.2 or lower) via:

SELECT start_metadata_sync_to_node(nodename, nodeport) FROM pg_dist_node;

On the master branch, metadata syncing is enabled by default.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kallydev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants