Tag: database-tuning

Type: All Skills Tools
skill ★ 23

PostgreSQL Vacuum Monitoring and Tuning

Monitor and tune PostgreSQL vacuum operations, including autovacuum configuration, progress tracking, and transaction ID wraparound prevention. It provides specific tuning recommendations for high-churn OLTP and large analytical tables.

isdaniel/pgtuner_mcp postgresql autovacuum database-tuning performance-monitoring
skill ★ 23

PostgreSQL Query Optimization and Rewrite Patterns

This skill provides a structured workflow for analysing PostgreSQL execution plans and applying restructuring patterns to improve query performance. It covers techniques such as converting subqueries to joins, managing CTE materialisation, …

isdaniel/pgtuner_mcp postgresql query-optimization sql-performance database-tuning
skill ★ 23

PostgreSQL Lock Contention Diagnosis

This skill provides a structured workflow for diagnosing PostgreSQL lock contention, including identifying blocking chains, analysing wait events, and resolving deadlocks. It guides the agent through investigating idle-in-transaction sessio…

isdaniel/pgtuner_mcp postgresql database-tuning lock-analysis mcp
skill ★ 23

PostgreSQL I/O Performance Deep-Dive

A structured workflow for investigating PostgreSQL I/O performance, covering buffer pool efficiency, table and index hotspots, and checkpoint performance. It correlates I/O patterns with query workloads to diagnose disk bottlenecks and conf…

isdaniel/pgtuner_mcp postgresql database-performance io-analysis mcp
skill ★ 23

PostgreSQL Configuration Tuning and Optimization

Provides systematic PostgreSQL configuration tuning by analysing hardware profiles, workload types, and current settings to generate hardware-aware ALTER SYSTEM recommendations.

isdaniel/pgtuner_mcp postgresql database-tuning mcp sql-optimization
skill ★ 11,620

Convex Application Performance Audit

Diagnoses and resolves performance bottlenecks in Convex applications, including read amplification, write contention, and subscription costs. It provides a structured workflow for auditing function paths and implementing optimizations such…

get-convex/convex-backend convex performance-optimization backend-development database-tuning
skill ★ 11,620

Convex Application Performance Audit

This skill diagnoses and optimises performance issues in Convex applications, including read amplification, write contention, and subscription costs. It provides a structured workflow for tracing read/write sets and applying targeted fixes …

get-convex/convex-backend convex performance-audit backend-optimization database-tuning