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

Support pause/unpause materialized view #699

Conversation

yl-lisen
Copy link
Collaborator

@yl-lisen yl-lisen commented May 10, 2024

PR checklist:

  • Did you run ClangFormat ?
  • Did you separate headers to a different section in existing community code base ?
  • Did you surround proton: starts/ends for new code in existing community code base ?

Please write user-readable short description of the changes:

  • add pause/unpause parsers and interpreters, the syntax:
PAUSE MATERIALIZED VIEW mv_name;
UNPAUSE MATERIALIED VIEW mv_name;
  • support puase/unpause materialiezd view

This close #696

@yl-lisen yl-lisen self-assigned this May 10, 2024
@yl-lisen yl-lisen force-pushed the feature/issue-696-support-pause/unpause-materialized-view branch 2 times, most recently from f5c0e94 to b2fa06c Compare May 10, 2024 10:29
@jovezhong jovezhong added the community Feedback from community label May 17, 2024
@yl-lisen yl-lisen force-pushed the feature/issue-696-support-pause/unpause-materialized-view branch from 8f3fda6 to 0fd0756 Compare May 19, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Feedback from community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Supports pause/unpause a running materialized view
3 participants