DataHashi is a control plane that compiles a Semantic Query to SQL and pushes execution down. The hot path never waits on the warehouse — the background path is what keeps it that way.
User-facing queries are answered from pre-aggregated rollups by an embedded DuckDB engine over Parquet — no warehouse token, no round-trip.
Rollups are built and refreshed by durable jobs that do hit the warehouse — poll + push webhook + backstop keep them fresh. No user is waiting.
Architecture is one angle — the governed model and the join graph are what make the compiled SQL correct in the first place.