!655 Heuristic Index Features Documentation Edits

Merge pull request !655 from Daniel Zhang/hindex-splits-test
This commit is contained in:
i-robot 2021-03-09 06:34:29 +08:00 committed by Gitee
commit bbff702f56
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ The Heuristic Indexer allows creating indexes on existing data but stores the in
tables using ORC storage format.**
1. BloomIndex, MinMaxIndex and BtreeIndex can be used on a coordinator for filtering splits during scheduling
2. When reading ORC files, to filter Stripes, MinMaxIndex can be used or BloomIndex can be used on workers
2. When reading ORC files, to filter Stripes, MinMaxIndex and BloomIndex can be used on workers
2. BitmapIndex can used on workers for filtering rows when reading ORC files
### 1. Filtering scheduled Splits during query execution

View File

@ -17,7 +17,7 @@
**注意当前启发式索引仅支持ORC存储格式的Hive数据源。**
1. BloomIndexMinMaxIndex和BtreeIndex可以在Coordinator上使用以在调度期间过滤Splits
2. 在读取ORC文件时为了过滤Splits可以使用MinMaxIndex或者在workers上使用BloomIndex
2. 在读取ORC文件时为了过滤Splits可以在workers上使用MinMaxIndex或者BloomIndex
3. 在读取ORC文件时BitmapIndex可以在workers上用于过滤数据行
### 1.查询过程中过滤预定分片