Use Presto to run fast analytic queries against data of any size. This is possible because Presto is optimized for latency.

Presto has a limitation on the maximum amount of memory that each task in a query can store, so if a query requires a large amount of memory, the query simply fails. Such error handling logic (or a lack thereof) is acceptable for interactive queries.

Review one or more of the following topics to learn more about using the Presto Query Engine:

  • No labels