Support load page index metadata with specified column id instead of all columns
Open
enhancement
- Dominant language
- Rust
- Stars
- 3.6k
- Forks
- 1.3k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 167
Description
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
Currently, we only support load page index metadata of all columns, this issue will add support for supporting load page index metadata with specified column id. Which will benefit for apache datafusion, we can choose which column page index metadata to load, it can improve the performance.
Details:
https://github.com/apache/datafusion/issues/16200
**Describe the solution you'd like**
**Describe alternatives you've considered**
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.