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

Initialization queries #4

Open
danthegoodman1 opened this issue Jul 18, 2023 · 1 comment
Open

Initialization queries #4

danthegoodman1 opened this issue Jul 18, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@danthegoodman1
Copy link
Owner

danthegoodman1 commented Jul 18, 2023

Queries that run between checking for cluster bootstrapping and running user query. For example setting up a web table: https://github.com/ClickHouse/web-tables-demo

Have option for single one that runs on any node, and a query that will run once on every node.

@danthegoodman1
Copy link
Owner Author

For something like web tables, if we are syncing often from a writer/merger CH instance, then we probably need some timestamping so that there's a consistent view of the table and it doesn't change while the query is running.

@danthegoodman1 danthegoodman1 added enhancement New feature or request documentation Improvements or additions to documentation labels Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant