Skip to content
Discussion options

You must be logged in to vote

Specifically, we can implement a Parallel-oblivious Append approach, where multiple workers operate independently without sharing state, rather than a Parallel-aware Append that requires coordination among workers.

Done in #1213

However, for UNION ALL and similar scenarios, the use of Parallel Append is unsafe. That's another problem and we should consider disabling it in the future.

To be fixed later.

Replies: 1 comment

Comment options

avamingli
Jul 9, 2025
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by avamingli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: Enhancement New feature or request, ideas
1 participant