We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary
sketch:
//path_stream = list(dirs) while paths = path_stream.collect(n): splits = split(paths) for (part, node) in distribute(cluster.nodes, splits) node.fragment_exchanges.try_send(part)
some considerations:
fragment_exchanges
static_exchanges
enable_distributed_copy
related issues:
distributed copy
streaming copy
The text was updated successfully, but these errors were encountered:
COPY INTO
No branches or pull requests
Summary
sketch:
some considerations:
fragment_exchanges
to send partsstatic_exchanges
too.fragment_exchanges
may return detailed progress to help with fair distribution ofenable_distributed_copy
related issues:
distributed copy
streaming copy
The text was updated successfully, but these errors were encountered: