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

simple chunked insertion (by number of blocks) #3121

Closed
Tracked by #1780
dantengsky opened this issue Nov 26, 2021 · 0 comments · Fixed by #3122
Closed
Tracked by #1780

simple chunked insertion (by number of blocks) #3121

dantengsky opened this issue Nov 26, 2021 · 0 comments · Fixed by #3122
Labels
A-query Area: databend query

Comments

@dantengsky
Copy link
Member

dantengsky commented Nov 26, 2021

Summary

enable a simple chunk strategy during insertion:

  • try to compact a given number DataBlocks of upstream into one DataBlock (and form a segment for it)

the number could be configured in table options, if not config, a default value 1000 will be used.

@BohuTANG BohuTANG added the A-query Area: databend query label Nov 26, 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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants