Firebolt is a cloud data warehouse built for sub-second analytics on customer-facing applications, pairing stateless elastic engines with primary, join, and aggregating indexes, and shipping a free self-hosted edition alongside the managed service.
Managed on AWS: stateless engines scale from one to 128 nodes and up to ten clusters, autoscaling on CPU, RAM, and queue time, over S3 with local SSD cache. Iceberg reads in place; READ_STREAM ingests from Kafka exactly-once. Firebolt Core ships as a container, deployable from a laptop to a multi-node cluster.
How Firebolt answers the questions Data Warehouses turns on.
| How it works | |
| Compute and storage | MPP over S3 with local SSD cache, scales by node size, count and clusters |
| Storage format | Proprietary; reads Iceberg in place |
| SQL dialect | PostgreSQL-compliant |
| Streaming ingest | Native: READ_STREAM over Kafka, exactly-once |
| Time travel | None |
| Running it | |
| Where it runs | AWS only, six regions; Firebolt Core self-hosts anywhere |
| Concurrent users | Multi-cluster engines: autoscale on CPU, RAM and queue time, up to 10 clusters |
| Acceleration | Sparse primary index, aggregating and join indexes; result and subresult caching |
| Access | |
| Access control | Org and account RBAC, column-level grants, secure views for row filtering; SSO and network policies |
| Cost | |
| Billing unit | FBU-second of engine runtime: node type x nodes x clusters; storage per TiB-month |
vs Firebolt: Commercial · Managed · Serverless · Subscription
vs Firebolt: Open source (permissive) · Self-hosted · Free · Operational complexity: High · C
vs Firebolt: Commercial · Managed · Serverless · Operational complexity: Low