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

Implement index choose and statistic information for PartitionTableReader #18551

Closed
imtbkcat opened this issue Jul 14, 2020 · 1 comment
Closed
Assignees
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@imtbkcat
Copy link

Development Task

Currently, index choose in partition table will be distributed into each partition after building logical plan.
In order to implement PartitionTableReader, index choose phase will be done before build physical plan.
For PartitionTableReader, statistic information will be collected globally, not in each partition.

target:

  • PartitionTableReader could choose index according to global statistic information.

design doc:
https://docs.google.com/document/d/1pwQ8nzROQcV956jqcmbcikMPveQQWfsUZq2Zd7R8xQM/edit#

@qw4990
Copy link
Contributor

qw4990 commented Apr 22, 2021

Close since it is duplicated with #24150.

@qw4990 qw4990 closed this as completed Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

3 participants