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

Improve metadata synchronization #26

Closed
jasonmp85 opened this issue Dec 9, 2014 · 1 comment · Fixed by #56
Closed

Improve metadata synchronization #26

jasonmp85 opened this issue Dec 9, 2014 · 1 comment · Fixed by #56
Assignees
Milestone

Comments

@jasonmp85
Copy link
Collaborator

Give Citus users a general UDF to sync pg_shard metadata with Citus catalogs.

@ozgune
Copy link
Contributor

ozgune commented Jan 5, 2015

We could even break up this issue into two components.

  1. Generic UDF that syncs metadata from pg_shard to CitusDB: When a user creates a new pg_shard table, they can then call this UDF to sync table metadata. This enables users to get quickly started with CitusDB.
  2. Continuous metadata sync from pg_shard to CitusDB: In production, users will likely need their pg_shard metadata synced to CitusDB in real-time. Otherwise, Citus' Select queries may return stale results. One way to achieve real-time syncs is through triggers on metadata tables.

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

Successfully merging a pull request may close this issue.

3 participants