Amazon Web Services has launched Redshift, a cloud data warehouse, and in doing so quietly fired one of the opening shots of the modern data era. Redshift does not get the romantic founding stories that Snowflake and Databricks enjoy, no academics meeting over dinner, no engineers quitting Oracle in frustration. It is a product launch from a giant. But its importance is hard to overstate, because Redshift is the moment the largest cloud provider on earth tells every enterprise that the data warehouse, the expensive on-premises workhorse of corporate analytics, is moving to the cloud whether the incumbents like it or not.

What a Data Warehouse Does, Plainly

A data warehouse is the system a company uses to answer business questions from its data. Not the raw transactional databases that record every individual sale as it happens, but a separate system optimized for analysis: how much revenue did we make by region last quarter, which products are trending, what does the year-over-year trend look like. Picture the difference between a cash register, which records one transaction at a time as fast as possible, and the back-office system where an analyst pulls together millions of those transactions to spot patterns. The warehouse is that back-office analytical system.

For decades, building one has meant buying expensive specialized hardware and software from Teradata, Oracle, or IBM, installing it in your own data center, and paying a small fortune up front plus ongoing maintenance. A serious enterprise warehouse can cost millions of dollars and take months to stand up. That high cost of entry means only large, well-funded companies can afford real analytical infrastructure, and even they often wait weeks for their data teams to answer a question.

What Redshift Changes

Redshift takes that whole expensive apparatus and turns it into a cloud service you can rent by the hour. Instead of a million-dollar hardware purchase and a months-long installation, a company can spin up a fully functional data warehouse on AWS in minutes and pay only for what it uses. The price difference is dramatic; Redshift undercuts the traditional warehouse vendors by a wide margin, often costing a fraction of what an equivalent on-premises system does.

The practical effect is a sudden democratization of serious data analytics. A mid-sized company, or even a startup, that could never have justified a seven-figure Teradata installation can now run a real data warehouse for a few hundred or a few thousand dollars a month. That opens up data-driven decision-making to a vastly larger set of businesses, which is the recurring theme of this era: capabilities that once belonged only to the giants becoming available to everyone with a cloud account.

Redshift’s architecture is clever for its time. It borrows technology from a company called ParAccel and uses what is called columnar storage, which means it stores data by column rather than by row. Here is why that matters with a quick example. If you have a table of a billion sales records and you want to know the total revenue, a traditional row-based system has to read through every field of every row, the date, the product, the customer, the region, just to get at the one revenue number in each. A columnar system stores all the revenue figures together, so it can read just that one column and ignore the rest, which for analytical queries can be enormously faster. This columnar approach is becoming standard across the cloud warehouses.

The Limitation That Leaves a Door Open

Redshift is a breakthrough, but it carries an architectural compromise that could matter enormously for the rivalry taking shape. In its design, Redshift still bundles storage and compute together in the same cluster, the very thing Snowflake is, at this exact moment, building its entire company to pull apart. So while Redshift moves the warehouse to the cloud, it does not fully reimagine it for the cloud. It is a cloud-hosted version of the old model rather than a true cloud-native rethink.

That gap is precisely the opening Snowflake aims to exploit. Redshift proves the market wants cloud warehousing; Snowflake’s bet is that the market wants cloud warehousing done properly, with storage and compute fully separated. If that bet lands, Amazon will face real pressure to add that separation to Redshift in response.

What It Means for the Market

Redshift’s launch does two things to the competitive landscape at once. First, it puts the traditional warehouse giants on notice. Teradata, Oracle, and IBM now face a credible, far cheaper cloud alternative backed by the most powerful infrastructure company in the world, and their decades of dominance in enterprise analytics are beginning a slow erosion. Second, and more subtly, it validates the entire category that Snowflake and the other cloud-native warehouses are entering. By proving enterprises will trust their analytical data to the cloud, Redshift is making the market that its own rivals are growing up to challenge.

For Databricks, sitting on the data-lake side of the world, Redshift is less a direct competitor than a sign of where everything is heading: to the cloud, on a pay-as-you-go model, with falling barriers to entry. The benefit to customers is immediate, analytics for a fraction of the old cost, available to companies of every size, with no hardware to buy and no data center to run. The cost of asking a serious question of your data is falling by an order of magnitude. That is the change Redshift kicks off, and the cloud-warehouse foundation it is helping establish is the ground that Snowflake, BigQuery, and the analytical side of Databricks are all building on.