Data platform provider Explorium’s evaluation demonstrated that Firebolt delivers 15-50x faster query response times for their workloads compared to Redshift.
Firebolt’s cost-based query optimizer turns any SQL into its most performant version, taking into account factors like index utilization, JOIN strategies, and data distribution.
Firebolt scans, filters, and analyzes data using specialized indexes. The sparse index allows queries to pick up highly granular data ranges without having to scan entire partitions.
Advanced history-based query optimization and JOIN acceleration for extremely fast and cost-efficient JOINs.
Precomputed versions of your data maintained by Firebolt from the base table are leveraged to accelerate queries with aggregate functions.