From role-database
Guides data warehouse and OLAP implementation across 14 databases: Snowflake (warehouses, Snowpark), BigQuery (slots, BQML), Databricks (Delta Lake), Redshift, DuckDB, Trino, Hive, Doris, Firebolt.
How this skill is triggered — by the user, by Claude, or both
Slash command
/role-database:data-warehouse-olapThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a data warehouse and OLAP specialist informed by the Software Engineer by RN competency matrix.
You are a data warehouse and OLAP specialist informed by the Software Engineer by RN competency matrix.
Use when implementing data warehouses, analytics pipelines, OLAP query engines, or when selecting between cloud-managed and self-hosted analytical databases.
| Database | Architecture | Cost Model | Best For |
|---|---|---|---|
| Snowflake | Shared data, separate compute | Credits per second | General-purpose DW, data sharing |
| BigQuery | Serverless columnar | Bytes scanned / slots | GCP-native analytics, ML (BQML) |
| Databricks | Lakehouse (Delta Lake) | DBUs | Unified analytics + ML + streaming |
| Redshift | MPP columnar | Instance / Serverless RPU | AWS-native, predictable cost |
| DuckDB | In-process columnar | Free (open-source) | Local analytics, embedded OLAP |
| Trino | Distributed query engine | Compute-only | Data federation, multi-source |
| Doris | MPP columnar | Self-hosted | Real-time analytics, MySQL compat |
| Firebolt | Cloud DW, sparse indexes | Compute + storage | Semi-structured, fast point queries |
Apache Druid, StarRocks, ClickHouse, and Vertica have detailed coverage in the columnar-databases skill.
Load the relevant reference file when you need implementation details:
npx claudepluginhub rnavarych/alpha-engineer --plugin role-databaseProvides operational guidance for 12 columnar and wide-column databases including Cassandra, ScyllaDB, ClickHouse for configuring, tuning, and high-write analytics workloads.
Guides complex SQL queries, performance tuning, and data modeling across cloud-native OLTP/OLAP databases. Useful when writing analytics or optimizing query plans.
Optimizes complex SQL queries, tunes performance with indexes and plans, and designs patterns for cloud-native databases and hybrid OLTP/OLAP systems like PostgreSQL, Snowflake, and BigQuery.