DBDB.io The Encyclopedia of Database Systems · Est. 2017
Database of Databases

Database Entry

PrestoDB


Presto is an open source distributed SQL query engine for running interactive analytic queries against heterogeneous data sources. It was open sourced by Facebook. Although it is also known as PrestoDB, Presto is not a general-purpose database management system (DBMS). It does not manage the storage of data. Instead, Presto is a query engine which allows querying data where it lives, including Hive, Cassandra, Kafka, and relational databases. A single Presto query is able to combine data from multiple sources. Presto was designed, built and optimized for interactive queries. In comparison, both Presto and Hive support SQL queries against HDFS, while Presto is targeted at interactive queries and Hive is suitable for batch processing. Presto supports ANSI-compatible SQL statements. Presto was open-sourced by Facebook[04][05][06]

Source Code
https://github.com/prestodb/presto[02]
Country of Origin
US
Start Year
2013 [07]
Project Type
Open Source
Written in
Java
Supported Languages
SQL
License
Apache v2

Database Entry

PrestoDB


Presto is an open source distributed SQL query engine for running interactive analytic queries against heterogeneous data sources. It was open sourced by Facebook. Although it is also known as PrestoDB, Presto is not a general-purpose database management system (DBMS). It does not manage the storage of data. Instead, Presto is a query engine which allows querying data where it lives, including Hive, Cassandra, Kafka, and relational databases. A single Presto query is able to combine data from multiple sources. Presto was designed, built and optimized for interactive queries. In comparison, both Presto and Hive support SQL queries against HDFS, while Presto is targeted at interactive queries and Hive is suitable for batch processing. Presto supports ANSI-compatible SQL statements. Presto was open-sourced by Facebook[04][05][06]

History[05][03]


Facebook started the development of Presto in 2012 and open sourced its first release in 2013.

Revision #6 Last Updated: