@Greptime: GreptimeDB implements PromQL natively in its planner rather than translating it to SQL.

X AI KOLs Following Tools

Summary

GreptimeDB has implemented PromQL natively in its query planner, allowing direct execution and analysis with tools like EXPLAIN ANALYZE without translating it to SQL.

GreptimeDB implements PromQL natively in its planner rather than translating it to SQL.
Original Article
View Cached Full Text

Cached at: 09/20/26, 03:05 AM

GreptimeDB implements PromQL natively in its planner rather than translating it to SQL.

Dennis Zhuang (@killme20082): In addition to using EXPLAIN ANALYZE to analyze SQL execution plans, GreptimeDB also supports this for PromQL. You can run it directly in the Dashboard, as shown in the figure.

This is because GreptimeDB implements PromQL directly as a DataFusion plan, rather than converting

Similar Articles