fabric-lakehouse-perf-remediate

Diagnose and remediate Microsoft Fabric Lakehouse performance issues across Delta tables and Spark configurations.

16|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/PatrickGallucci/fabric-skills --skill fabric-lakehouse-perf-remediate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabric-lakehouse-perf-remediate
Source: https://github.com/PatrickGallucci/fabric-skills/tree/main/skills/fabric-lakehouse-perf-remediate
Command: npx skills add https://github.com/PatrickGallucci/fabric-skills --skill fabric-lakehouse-perf-remediate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Az.Accounts, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Diagnose and remediate Microsoft Fabric Lakehouse performance issues across Delta tables, Spark configurations, and automated maintenance workflows to restore fast analytical workloads.

Core Features & Use Cases

  • Systematic diagnostics for Delta table health, V-Order status, partition strategies, and Spark resource profiles to identify root causes.
  • Automated maintenance orchestration (OPTIMIZE with V-Order/Z-Order and VACUUM) via REST API or notebooks to remediate fragmentation and improve throughput.
  • Template-driven remediation with practical playbooks and notebooks for repeatable, guardrailed optimizations in production environments.

Quick Start

Run the Lakehouse performance remediation notebook or REST API script to initiate automated diagnostics and maintenance.

Frequently Asked Questions about fabric-lakehouse-perf-remediate

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

FAQPage Schema
How do I fix slow queries in a Fabric Lakehouse?

To fix slow Fabric Lakehouse queries, run systematic diagnostics to check Delta table health, V-Order status, and Spark resource profiles. You can then apply automated maintenance orchestration like OPTIMIZE and VACUUM via REST API or notebooks to remediate fragmentation and restore throughput.

What is the best way to automate Delta table VACUUM and OPTIMIZE in Microsoft Fabric?

The best way to automate Delta table VACUUM and OPTIMIZE in Fabric is by using REST API-based maintenance orchestration or template-driven notebooks. This applies V-Order or Z-Order optimizations and removes stale files with guardrails to ensure repeatable production safety.

Why does my Fabric Lakehouse have small-file proliferation and how do I remediate it?

Small-file proliferation in a Fabric Lakehouse occurs due to frequent streaming ingestion or unoptimized writes. You can remediate it by running automated OPTIMIZE maintenance workflows via REST API or templated notebooks to compact files and improve query performance.

Does this Fabric Lakehouse remediation require Az.Accounts?

Yes, this Fabric Lakehouse remediation requires the Az.Accounts dependency for authentication. You need it to connect your environment securely before executing REST API maintenance workflows or running the diagnostic notebooks for Spark and Delta table optimization.

Can I use notebooks to diagnose Direct Lake and Power BI performance gaps in Fabric?

Yes, you can use template-driven notebooks to diagnose Direct Lake and Power BI performance gaps in Fabric. The notebooks provide structured diagnostics for Delta table health and Spark configurations to identify root causes and apply guardrailed remediation.