hello, wondering how I can check if a query is usi...
# troubleshooting
c
hello, wondering how I can check if a query is using rangeIndex. I added the index config like following, but from the tracing info, i didn’t see
RangeIndexBasedFilterOperator
is used.
Copy code
"rangeIndexColumns": [
        "some_column"
      ],
btw, we are using pinot 0.8
actually, I see it now. thanks . but looks like it only works for offline table?
@Richard Startin when you have time.
hold on. there maybe some issue with my data.
it works now,