[FEAT MERGE] Full-text Search Index + [CP]Adaptive DAS Group Rescan + Json Multi-Value Index
Co-authored-by: saltonz <saltonzh@gmail.com> Co-authored-by: pe-99y <315053752@qq.com> Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
This commit is contained in:
@ -425,7 +425,9 @@ int ObAccessPathEstimation::check_path_can_use_storage_estimation(const AccessPa
|
||||
int64_t partition_count = part_info->get_phy_tbl_location_info().get_partition_cnt();
|
||||
if (partition_count > 1 ||
|
||||
scan_range_count <= 0 ||
|
||||
(!path->est_cost_info_.index_meta_info_.is_geo_index_ && scan_range_count > ObOptEstCost::MAX_STORAGE_RANGE_ESTIMATION_NUM)) {
|
||||
(!path->est_cost_info_.index_meta_info_.is_geo_index_ &&
|
||||
!path->est_cost_info_.index_meta_info_.is_multivalue_index_ &&
|
||||
scan_range_count > ObOptEstCost::MAX_STORAGE_RANGE_ESTIMATION_NUM)) {
|
||||
can_use = false;
|
||||
} else {
|
||||
can_use = true;
|
||||
|
||||
Reference in New Issue
Block a user