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

[fuse table] impl insert overwrite stmt #3144

Closed
Tracked by #1780
Veeupup opened this issue Nov 29, 2021 · 2 comments · Fixed by #3150
Closed
Tracked by #1780

[fuse table] impl insert overwrite stmt #3144

Veeupup opened this issue Nov 29, 2021 · 2 comments · Fixed by #3150
Assignees
Labels
A-query Area: databend query community-take

Comments

@Veeupup
Copy link
Contributor

Veeupup commented Nov 29, 2021

Summary

impl insert overwrite ... stmt

goal:

  • replace a fuse table's data from another table, drop previous snapshots and segments info.

this is a task in #1780

@Veeupup
Copy link
Contributor Author

Veeupup commented Nov 29, 2021

/assignme

@Veeupup
Copy link
Contributor Author

Veeupup commented Nov 30, 2021

after discussion with @dantengsky , maybe now we can support insert overwrite to reach this goal first, and replace maybe consistent with insert overwrite

@Veeupup Veeupup changed the title [fuse table] impl replace table select ... stmt [fuse table] impl insert overwrite stmt Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-query Area: databend query community-take
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants