Hey there, I have a question about the range index...
# general
n
Hey there, I have a question about the range index. Are Pinot allowed to have multiple range index?
k
Yes, you can have multiple columns (fields) with range indexes
👍 1
n
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?
Is it a list of all the doc id belong to that range?
k
List of all doc id that belong to a range
👍 1