ClickHouse
Data Plane · Cloud Data Warehouses
Open-source columnar database for real-time analytics, also offered as a managed cloud service.
- Open core
Data Plane · Cloud Data Warehouses
Managed cloud data warehouse on AWS, with provisioned and serverless options.
Amazon Redshift is AWS's petabyte-scale data warehouse, and the first decision is which shape of it to run. Serverless provisions and scales capacity automatically and charges nothing while idle; provisioned clusters are nodes you size and manage yourself, which still suits steady, predictable workloads.
Underneath it is a columnar store built for analytics, with specialised compression encodings and no secondary indexes, so it behaves nothing like the transactional databases it superficially resembles.
Node families matter for cost. RG is the current Graviton generation, which AWS states is up to 2.4 times as fast as the previous RA3 at 30% lower price; RA3 is still sold, and both keep data in Redshift Managed Storage so storage grows independently of compute.
Concurrency is handled by concurrency scaling, free for an hour a day per cluster, which adds transient capacity when queues build, alongside result caching, materialised views and automatic workload management.
Getting data in is increasingly zero-ETL rather than pipelines: managed integrations from Aurora, RDS, DynamoDB and enterprise applications, plus streaming ingestion straight from Kinesis and Kafka.
On the lake side it reads Iceberg, Hudi and Delta Lake. Iceberg tables catalogued in AWS Glue are queried transactionally and writes are supported, though time-travel queries on Iceberg are not.
The SQL dialect is PostgreSQL-derived, with semi-structured data handled by the SUPER type and PartiQL. One date to diary: AWS has published that Python UDFs lose support after 30 June 2026.
AI arrives two ways, Redshift ML training models through SageMaker Autopilot from a CREATE MODEL statement, and Bedrock foundation models called directly from SQL.
The same headings are used for every cloud data warehouses entry, so two tools can be read side by side.
Usage-basedServerless at $0.375 an RPU-hour
Serverless costs $0.375 per RPU-hour in US East, billed per second with a 60-second minimum and a four-RPU floor, and includes concurrency scaling. Provisioned nodes are charged per hour, from $0.543 for ra3.large to $13.04 for ra3.16xlarge, with reserved instances for savings; RG hourly rates are not in the published price list. Managed storage is $0.024 a GB a month and Spectrum scans $5.00 a terabyte. Concurrency scaling is free for an hour a day. New accounts get $300 in credits, expiring after 90 days.
Redshift is a first-party AWS service with no separate ownership or funding of its own. AWS announced it at re:Invent in November 2012 and opened it to all customers in February 2013, pitching launch economics of under $1,000 per terabyte per year, which reset warehouse pricing expectations at the time. It is proprietary, with no open-source or self-hosted edition, billed hourly or per second with optional reserved instances. Openness is delivered by reading and writing open table formats rather than by opening the engine.
Data Plane · Cloud Data Warehouses
Open-source columnar database for real-time analytics, also offered as a managed cloud service.
Data Plane · Cloud Data Warehouses
Serverless data warehouse on Google Cloud.
Data Plane · Cloud Data Warehouses
T-SQL data warehouse in Microsoft Fabric that stores its tables in Delta format in OneLake.
Data Plane · Cloud Data Warehouses
Fully managed cloud data platform with separate storage and compute, known for SQL warehousing and data sharing.
Data Plane · Cloud Data Warehouses
Enterprise analytics and data warehouse platform, available on major clouds and on-premises.
Drafted with AI assistance and checked against the vendor’s own documentation.