text_index_hint_max_selectivity
text_index_lazy_intersection_density_threshold
text_index_density_threshold
在惰性倒排列表应用模式 (text_index_posting_list_apply_mode = 'lazy') 下,用于选择交集算法的倒排列表密度阈值。
低于该阈值:leapfrog 交集 (更适合稀疏倒排列表) 。等于或高于该阈值:穷举 bitmap 交集 (更适合稠密倒排列表) 。
text_index_like_max_postings_to_read
use_text_index_like_evaluation_by_dictionary_scan。
text_index_like_min_pattern_length
needle 需要达到的最小长度。
短于此阈值的模式会匹配过多字典标记,因此会被跳过,以避免代价高昂的扫描。
要求启用 use_text_index_like_evaluation_by_dictionary_scan。