-
Notifications
You must be signed in to change notification settings - Fork 761
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
further compact blocks when insert/load data with many threads #8311
Comments
Sink to encode block to parquet and write to s3. this is already used in unloading to file.
|
because a processor has only one output, have to choose 1 of the 2:
|
why not use resize the processor into one ? The output could be |
@sundy-li I mean SinkBigBlock do not have information for branching: sink at once or pass it to downstream (compactor and final sink, resized to 1) |
Summary
already compacted in each threads.
The text was updated successfully, but these errors were encountered: