Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Enable multifrag result set tables by default. #502

Merged
merged 1 commit into from
May 25, 2023

Conversation

ienkovich
Copy link
Contributor

I recently found we don't enable multi-fragment result set tables by default and this function is actually broken. It is supposed to improve parallelism for some queries, so I want to get it fixed and enabled by default.

There are also some UNION ALL related changes included due to failed tests. It appears UNION ALL on scans doesn't work so I restricted it explicitly. And the code in WorkUnitBuilder::computeInputColDescs is outdated and cannot properly handle inputs from different databases, so I fixed it as well.

@ienkovich ienkovich merged commit 62770de into main May 25, 2023
@ienkovich ienkovich deleted the ienkovich/default-multifrag-rs branch May 25, 2023 15:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants