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 lookup reader #24154

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

Support reading partition table for index lookup reader #24154

qw4990 opened this issue Apr 20, 2021 · 0 comments · Fixed by #24197
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, IndexLookUp 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 IndexLookUp support direct reading, which means it has the ability to read partition tables directly instead of being wrapped in another executor.

@qw4990 qw4990 added type/enhancement The issue or PR belongs to an enhancement. type/new-feature labels Apr 20, 2021
@qw4990 qw4990 changed the title Make the executor IndexLookUp support direct reading Support reading partition table for index lookup reader Apr 20, 2021
@qw4990 qw4990 added the sig/execution SIG execution label Apr 20, 2021
@qw4990 qw4990 self-assigned this Apr 25, 2021
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