Query Explanation
Olytix Core's query explanation feature helps you understand exactly how your semantic queries are executed, from the logical plan through to the warehouse-specific SQL and execution details.
Overview
┌─────────────────────────────────────────────────────────────────────┐
│ QUERY EXPLANATION PIPELINE │
├─────────────────────────────────────────────────────────────────────┤
│ │
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │
│ │ SEMANTIC │───▶│ LOGICAL │───▶│ PHYSICAL │ │
│ │ QUERY │ │ PLAN │ │ PLAN │ │
│ │ │ │ │ │ │ │
│ │ Measures │ │ Operations │ │ SQL │ │
│ │ Dimensions │ │ Joins │ │ Indexes │ │
│ │ Filters │ │ Aggregations │ │ Scans │ │
│ └──────────────┘ └──────────────┘ └──────────────┘ │
│ │ │
│ ▼ │
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │