Hey there, I have a question about the range index. Are Pinot allowed to have multiple range index?
k
Ken Krugler
08/25/2021, 9:57 PM
Yes, you can have multiple columns (fields) with range indexes
👍 1
n
Neil Teng
08/25/2021, 10:21 PM
Then I am wondering, if the column is not sorted physically, how could we build the range index?
Is this index more like a nry-tree, hash table or SSTable structure? How can we store the actual document id as the value of a specific range?
Neil Teng
08/25/2021, 10:21 PM
Is it a list of all the doc id belong to that range?