Performance Optimizer

Diagnose SAP Datasphere performance bottlenecks in views, queries, and data flows.

25|7|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/MarioDeFelipe/sap-datasphere-plugin-for-claude-cowork --skill performance-optimizer-mariodefelipe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Performance Optimizer
Source: https://github.com/MarioDeFelipe/sap-datasphere-plugin-for-claude-cowork/tree/main/skills/datasphere-performance-optimizer
Command: npx skills add https://github.com/MarioDeFelipe/sap-datasphere-plugin-for-claude-cowork --skill performance-optimizer-mariodefelipe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Performance Optimizer helps identify and resolve performance bottlenecks across SAP Datasphere views, queries, data flows, replication, and storage so slow queries, timeouts, and resource contention are fixed systematically.

Core Features & Use Cases

  • Explain Plan Analysis & Diagnosis: Interpret execution plans to spot full table scans, inefficient joins, and cascading aggregations and recommend targeted fixes.
  • View & Persistence Optimization: Decide when to persist, choose persistence mode, prune columns, and materialize intermediate results to reduce runtime cost.
  • Data Flow & Replication Tuning: Tune parallelism, batch sizes, memory, and CDC settings for faster initial loads and deltas.
  • Storage Tiering & Capacity Planning: Recommend in-memory, disk, and object-store tiering with policies for cost-performance balance.
  • Monitoring and Validation Workflow: Capture baseline metrics, validate improvements, and recommend alert thresholds and regression checks.

Quick Start

Analyze the view sales.view_sales_summary for slow performance and recommend persistence, partitioning, index, and query-rewrite changes.

Frequently Asked Questions about Performance Optimizer

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

FAQPage Schema
How do I speed up slow SAP Datasphere views and queries?

To speed up slow SAP Datasphere views and queries, you can analyze the execution plan to identify full table scans and inefficient joins, then apply persistence, partitioning, and query rewrites to reduce runtime cost.

What is the best way to tune Datasphere data flows and CDC delta loads?

Tuning Datasphere data flows and CDC delta loads involves adjusting parallelism, batch sizes, memory allocation, and CDC settings to optimize throughput for both initial loads and ongoing delta replication.

How does explain plan analysis work for diagnosing Datasphere performance bottlenecks?

Explain plan analysis works by interpreting execution plans to spot full table scans, cascading aggregations, and inefficient joins, providing targeted recommendations to resolve Datasphere performance bottlenecks.

Can I use storage tiering and capacity planning for Datasphere analytic workloads?

Yes, you can use storage tiering and capacity planning to recommend in-memory, disk, and object-store tiers, applying policies that balance cost and performance specifically for Datasphere analytic workloads.

When should I persist a Datasphere view to improve query performance?

You should persist a Datasphere view when intermediate results need materializing to reduce runtime cost, choosing the appropriate persistence mode and pruning columns to optimize query performance.

Why are my Datasphere queries timing out and how do I validate fixes?

Datasphere queries time out due to resource contention or inefficient execution plans; you validate fixes by capturing baseline metrics, applying tuning changes, and running regression checks using Datasphere diagnostic tools.