Hive索引 Hive原始索引 缺点:需要重建索引(耗时) Row Group Index(行组索引) -----min-max index大小对比索引 使用步骤: 建表时需要开启航组索引:‘orc.create.index’=‘true’ 插入数据时按照字段排序 Bloom Filter Index(布隆索引) ------等值条件提速 使用: “orc.bloom.filter.columns”=“pcid”;