Dba Skills

Dba Skills from rudi-bruchez/dba-skills.

by @rudi-bruchez 9 skills

Skills in this plugin

9
  1. Postgresql Security · rudi-bruchez bundle
    Audits and hardens PostgreSQL security including role management, pg_hba.conf authentication, SSL/TLS configuration, row-level security policies, and audit logging. Use when performing security reviews, setting up new instances, responding to security incidents, or preparing for compliance audits.
    1 install
  2. Sqlserver Health Check · rudi-bruchez bundle
    Diagnoses SQL Server instance health by analyzing DMVs, wait statistics, blocking chains, memory pressure, CPU usage, I/O stalls, and database integrity. Use when SQL Server is slow, unresponsive, experiencing errors, or when performing routine health audits.
    1 install
  3. Postgresql Health Check · rudi-bruchez bundle
    Diagnoses PostgreSQL instance health by analyzing connections, wait events, lock contention, table and index bloat, autovacuum status, replication lag, and transaction ID wraparound risk. Use when PostgreSQL is slow, connections are being refused, tables are bloated, autovacuum is not keeping up, or during routine health audits.
    1 install
  4. Sqlserver Backup Recovery · rudi-bruchez bundle
    Designs SQL Server backup strategies and guides restore operations including full, differential, and log backups, point-in-time recovery, and backup verification. Use when designing backup strategies, performing restores, troubleshooting backup failures, or verifying backup integrity.
    1 install
  5. Postgresql Backup Recovery · rudi-bruchez bundle
    Manages PostgreSQL backup and recovery using pg_dump, pg_basebackup, WAL archiving, and point-in-time recovery (PITR). Use when designing backup strategies, performing logical or physical backups, recovering from data loss, or setting up continuous WAL archiving for PITR capability.
    1 install
  6. Sqlserver Index Management · rudi-bruchez bundle
    Manages SQL Server indexes including fragmentation analysis, missing index evaluation, unused index detection, and maintenance strategy design. Use when diagnosing slow queries due to missing indexes, planning index maintenance windows, auditing index effectiveness, or designing indexes for new tables.
    1 install
  7. Sqlserver High Availability · rudi-bruchez bundle
    Configures and monitors SQL Server high availability using Always On Availability Groups, Failover Cluster Instances, and log shipping. Use when setting up HA/DR solutions, monitoring replication health, performing planned failovers, or troubleshooting synchronization lag.
    1 install
  8. Sqlserver Query Optimization · rudi-bruchez bundle
    Analyzes and optimizes slow SQL Server queries by reading execution plans, finding missing indexes, resolving parameter sniffing, and detecting implicit conversions. Use when queries are slow, consuming excessive CPU or I/O, after performance regressions, or when execution plans show warnings.
    1 install
  9. Postgresql Query Optimization · rudi-bruchez bundle
    Analyzes and optimizes slow PostgreSQL queries using EXPLAIN ANALYZE, pg_stat_statements, index recommendations, and planner configuration. Use when queries are slow, pg_stat_statements shows expensive queries, sequential scans occur on large tables, or after schema changes cause plan regressions.
    1 install