About Snowflake
The cloud data platform built around storage and compute as separate dials.
Snowflake was founded in 2012 by Benoit Dageville, Thierry Cruanes and Marcin Zukowski, with Bob Muglia joining as CEO the next year. It went public on the NYSE in September 2020 under the ticker $SNOW, raising roughly $3.4 billion in what was at the time the largest software IPO on record. Headquarters sit in Bozeman, Montana, and the platform runs natively on AWS, Azure and Google Cloud, with the same SQL surface across all three.
The architectural choice that made Snowflake what it is: storage and compute scale independently. Tables live once in cloud object storage, and any number of virtual warehouses can read or write them in parallel without contending for the same hardware. That decoupling is what gives Snowflake near-zero-copy cloning for dev and test environments, time travel for point-in-time recovery, and the ability to spin a warehouse up for a single ETL run and shut it back down. Snowpark added Python, Java and Scala execution next to the SQL engine, and Cortex put LLM and ML functions inside the warehouse so Cortex Analyst, document AI and embedding queries run against governed data without copying it out. The flip side, which every BE/NL Snowflake account learns within a quarter: virtual warehouse cost runs away fast when poorly tuned queries fire on auto-resume. We land the data, model it once, and size the warehouses so the bill matches the workload.