sqldw-operations-cli

Diagnose Microsoft Fabric Data Warehouse performance using queryinsights history and system DMVs.

3|6|Updated Jun 21, 2024
One-click install
npx skills add https://github.com/rritec/Microsoft-Fabric --skill sqldw-operations-cli-rritec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sqldw-operations-cli
Source: https://github.com/rritec/Microsoft-Fabric/tree/main/skills/plugins/fabric-operations/skills/sqldw-operations-cli
Command: npx skills add https://github.com/rritec/Microsoft-Fabric --skill sqldw-operations-cli-rritec

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you diagnose and optimize Microsoft Fabric Data Warehouse performance from the command line, turning slow-query investigations into clear, actionable recommendations.

Core Features & Use Cases

  • Slow Query Analysis: Identify long-running queries, top resource consumers, and recent execution patterns from queryinsights history.
  • Deep Diagnostics: Correlate pressure windows, cache warmth, and query behavior to pinpoint why performance degraded.
  • Optimization Guidance: Recommend clustering candidates, workload adjustments, and safe Fabric-appropriate tuning steps.
  • Use Case: A warehouse owner can use this Skill to investigate a sudden spike in query latency, find the heaviest queries, check whether the workload is cold or pressured, and decide whether clustering or capacity changes are warranted.

Quick Start

Ask the Skill to analyze a Fabric Data Warehouse for slow queries, pressure windows, cache behavior, and clustering recommendations.

Frequently Asked Questions about sqldw-operations-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose slow query performance in a Microsoft Fabric Data Warehouse?

To diagnose slow query performance in a Microsoft Fabric Data Warehouse, you analyze queryinsights history and system DMVs using deterministic T-SQL monitoring queries to identify long-running queries and top resource consumers.

How do I check cache warmth and pressure windows for Fabric warehouse telemetry?

You check cache warmth and pressure windows for Fabric warehouse telemetry by correlating query behavior with system DMVs, classifying whether the workload is cold or pressured, and pinpointing why performance degraded.

Can I use sqlcmd to analyze Microsoft Fabric Data Warehouse performance diagnostics?

Yes, you can use sqlcmd to analyze Microsoft Fabric Data Warehouse performance diagnostics, requiring read-only sqlcmd access and workspace permissions to execute deterministic T-SQL monitoring queries against telemetry.

What is the best way to identify clustering recommendations for a Fabric Data Warehouse?

The best way to identify clustering recommendations for a Fabric Data Warehouse is to analyze queryinsights history and execution patterns, applying safe Fabric-appropriate tuning steps to recommend optimal clustering candidates.

How do I perform a baseline regression check on Fabric warehouse queries?

You perform a baseline regression check on Fabric warehouse queries by analyzing recent execution patterns from queryinsights history, comparing current query latency and resource consumption against established baseline metrics.

Do I need workspace permissions to run Fabric warehouse user activity analysis?

Yes, you need workspace permissions and read-only sqlcmd access to run Fabric warehouse user activity analysis, ensuring secure execution of deterministic T-SQL monitoring queries against warehouse telemetry.