给一张聚合模型的 aggkey 列建立了索引,查询使用match_all语法,但是从profile中无法看到索引生效的信息。但是查询出来的数据是准确的。
RowsInvertedIndexFiltered=0;
InvertedIndexSearcherOpenTime=0;
InvertedIndexSearcherSearchTime=0;
另外一张不同结构的唯一模型,value列上建立了倒排索引,能从profile中看到倒排索引的信息。
请问聚合模型下倒排索引没生效大概可能有哪些原因呢?
查询条件基本如下:
where xxx_date >= '' and xxx_date <= '' and field1 match_all '' and field2 in ('', '')