Presto

New
hold
First Added:June 12, 2026

Presto (PrestoDB) is a distributed SQL query engine for federated analytics across data lakes and warehouses. It pioneered interactive SQL at scale before the Trino fork. We hold new PrestoDB deployments; prefer Trino for active community and release cadence unless legacy Presto is already entrenched.

Blurb

Presto is an open source distributed SQL query engine for running interactive analytic queries against data sources of all sizes.

Summary

What it is: Coordinator/worker cluster executing ANSI SQL over connectors (Hive, Iceberg, RDBMS, etc.).

When to use: Maintaining existing PrestoDB clusters and connectors tied to that lineage.

When to skip: Greenfield federated SQL. Start with Trino or warehouse-native engines (BigQuery, Snowflake).

Key features: Connector plugin model, interactive queries, integration with Apache Superset and Metabase.

Details

TopicNotes
HistoryTrino forked from PrestoDB; names and vendors diverged
BIApache Superset lists Presto/Trino as first-class datasources

References