GreptimeTeam / greptimedb

An Open-Source, Cloud-Native, Unified Time Series Database for Metrics, Logs and Events with SQL/PromQL supported. Available on GreptimeCloud.
http://greptimedb.rs/
Apache License 2.0
4.03k stars 292 forks source link

Support TQL [ANALYZE|EXPLAIN] `VERBOSE` #2850

Closed waynexia closed 4 months ago

waynexia commented 7 months ago

What problem does the new feature solve?

TQL EXPLAIN And TQL ANALYZE provide intuitive illustrations of how a PromQL query is (will be) executed and the per step cost. We can provide a better experience by supporting TQL EXPLAIN VERBOSE and TQL ANALYZE VERBOSE, which gives a more detailed plan and cost and should help when trying to optimize some complex queries.

What does the feature do?

Add support to

Implementation challenges

No response

etolbakov commented 7 months ago

@waynexia sorry for the delay, still working on it

waynexia commented 7 months ago

Don't worry! And feel free to reach out to me anytime 😉