Reference patterns for Trino / Starburst SQL platforms at scale: workload registration, materialized views, performance review, and cost guardrails.
Aligned with federated analytics estates where thousands of SQL workloads serve governed data products.
- SqlWorkload YAML spec (domain, SLA, scan limits, materialization flag)
- SQL generator for materialized views and
EXPLAIN ANALYZEwrappers - Insurance/finance example workload and KPI query
- Platform guide for RBAC, naming, and cost control
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
pytest -qMIT — see LICENSE.