Channels
test-channel-bot
pw-pinot
debug_upsert
feat-presto-connector
pinot-helix
troubleshooting
pinot-sketches
resources
roadmap
discuss-validation
minion-improvements
community
config-tuner
test-channel
fix-numerical-predicate
kinesis_help
pinot-perf-tuning
feat-partial-upsert
pinot_website_improvement_suggestions
segment-write-api
releases
devrel
pinot-trino
pinot-k8s-operator
release-certifier
udf-type-matching
transform-functions
release060
latency-during-segment-commit
feat-text-search
pinot-realtime-table-rebalance
inconsistent-segment
feat-rt-seg-complete
pinot-power-bi
flink-pinot-connector
pinotadls
twitter
minion-star-tree
pinot-rack-awareness
jobs
fix_llc_segment_upload
metrics-plugin-impl
linen_dev
complex-type-support
pinot-s3
feat-geo-spatial-index
feat-compound-types
v2_engine_beta_feedback
inconsistent-perf
metadata-push-api
feat-pravega-connector
enable-generic-offsets
announcements
feat-upsert
multiple_streams
feat-better-schema-evolution
fraud
onboarding
docs
aggregators
query-latency
s3-multiple-buckets
presto-pinot-connector
multi-region-setup
apa-16824
events
segment-cold-storage
odsc-europe-2022-workshop
bangalore-meetups
new-office-space
lp-pinot-poc
time-based-segment-pruner
group-by-refactor
pql-sql-regression
random
custom-aggregators
order-by
pinot-website
qps-metric
product-launch
dhill-date-seg
thirdeye-pinot
introductions
pinot-dev
getting-started
pinot-docsrus
daily-digest
general
Powered by
#troubleshooting
Title
p
Prashant Pandey
07/12/2021, 7:31 PM
Does Pinot provide a way to see the execution plan of a query?
m
Mayank
07/12/2021, 7:31 PM
You mean like
explain
? If so, not at the moment.
p
Prashant Pandey
07/12/2021, 7:34 PM
Got it. So is there any way that we can use to see what all indices a query is using?
k
Kishore G
07/12/2021, 7:43 PM
No, but we expose this in the form of response stats
https://docs.pinot.apache.org/users/api/querying-pinot-using-standard-sql/response-format
👍 1
s
Subbu Subramaniam
07/12/2021, 8:53 PM
we are working on the explain feature.
p
Prashant Pandey
07/13/2021, 5:48 AM
This feature is long awaited and it would be really nice to have it 🙂. Thanks everyone for resolving the query so quickly.
s
Subbu Subramaniam
07/13/2021, 11:41 PM
https://github.com/apache/incubator-pinot/issues/6978
Post