---
title: "A New Way to Debug Query Performance in Cloud Dedicated"
url: https://daily.dev/posts/a-new-way-to-debug-query-performance-in-cloud-dedicated-e5iqmciru
source_url: https://www.influxdata.com/blog/new-query-tuning-feature-influxdb
type: article
source: "InfluxData"
published: 2026-01-20T09:13:19.278Z
updated: 2026-01-20T09:14:06.458Z
tags: ["data-science", "performance", "influxdb"]
reading_time: 8
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# A New Way to Debug Query Performance in Cloud Dedicated

**[InfluxData](https://daily.dev/sources/influxdb)** · 8 min read · 1 upvotes · 0 comments

## Summary

InfluxDB Cloud Dedicated v2.12.0 introduces a new `--perf-debug` flag for the `influxctl` query command that provides real-time query performance metrics without returning actual results. The feature displays execution metrics in both human-readable tabular and JSON formats, including client duration, compute duration, memory usage, parquet files accessed, and ingester metrics. This enables faster debugging and optimization cycles by eliminating the need to correlate queries with system logs. The post explains key metrics like cache warmup effects, data density impacts, and planning versus execution duration, along with practical troubleshooting tips for identifying performance bottlenecks in time-series queries.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.influxdata.com/blog/new-query-tuning-feature-influxdb>

## Similar posts on daily.dev

- [Introducing the New Cloud Dedicated Admin UI](https://daily.dev/posts/introducing-the-new-cloud-dedicated-admin-ui-adjbubp5f) · InfluxData · 42 upvotes · 1 comments
- [A faster way to pinpoint performance bottlenecks: Using Profiles Drilldown with Grafana Cloud Knowledge Graph](https://daily.dev/posts/a-faster-way-to-pinpoint-performance-bottlenecks-using-profiles-drilldown-with-grafana-cloud-knowle-wlna1atud) · Grafana Labs · 5 upvotes · 0 comments
- [What’s New in InfluxDB 3.10: Performance Beta Expanded with New Enterprise Features](https://daily.dev/posts/what-s-new-in-influxdb-3-10-performance-beta-expanded-with-new-enterprise-features-sswmj2tkj) · InfluxData · 0 upvotes · 0 comments
- [Introducing Postgres Query Insights in ClickHouse Cloud](https://daily.dev/posts/introducing-postgres-query-insights-in-clickhouse-cloud-yy9pc9sbl) · ClickHouse · 5 upvotes · 0 comments

---

Tags: [#data-science](https://daily.dev/tags/data-science), [#performance](https://daily.dev/tags/performance), [#influxdb](https://daily.dev/tags/influxdb)

[View this post on daily.dev](https://daily.dev/posts/a-new-way-to-debug-query-performance-in-cloud-dedicated-e5iqmciru)
