Support reading partition table for index merge reader #24160
Labels
sig/execution
SIG execution
type/enhancement
The issue or PR belongs to an enhancement.
type/new-feature
Development Task
A subitem of #24150.
To read partition tables,
IndexMergeReader
needs to be wrapped in another executorPartitionTableExec
, sincePartitionTableExec
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.The text was updated successfully, but these errors were encountered: