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

Support reading partition table for index merge reader #24160

Closed
qw4990 opened this issue Apr 20, 2021 · 0 comments · Fixed by #24239
Closed

Support reading partition table for index merge reader #24160

qw4990 opened this issue Apr 20, 2021 · 0 comments · Fixed by #24239
Assignees
Labels
sig/execution SIG execution type/enhancement The issue or PR belongs to an enhancement. type/new-feature

Comments

@qw4990
Copy link
Contributor

qw4990 commented Apr 20, 2021

Development Task

A subitem of #24150.
To read partition tables, IndexMergeReader needs to be wrapped in another executor PartitionTableExec, since PartitionTableExec is not concurrent, so the performance is unacceptable.
To solve this problem, we decided to make IndexMergeReader support direct reading, which means it has the ability to read partition tables directly instead of being wrapped in another executor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/execution SIG execution type/enhancement The issue or PR belongs to an enhancement. type/new-feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant