how I can see the query plan in pinot, I want to v...
# general
v
how I can see the query plan in pinot, I want to verify it only hits a certain set of segments based on specific time-range filter in my query
o
i don't know you can see query plan or not, bu you can check number of scanned segments in your query response
thankyou 1
p
I think this feature is in development https://github.com/apache/pinot/issues/6978. However, I think response stats contain the info you need.