Trino documentation
Trino is a distributed SQL query engine designed to query large data sets across one or more heterogeneous data sources. Use the following sections to deploy, secure, operate, and use Trino.
Overview
Trino is a distributed SQL query engine designed to query large data sets
Installation
A Trino server can be installed and deployed on a number of different
Clients
A client is used to send SQL queries to Trino, and
Security
Introduction
Administration
The following documents cover a number of different aspect of configuring,
Query optimizer
Connectors
This section describes the connectors available in Trino to access data from
Object storage
Object storage systems are commonly used to create data lakes or data lake
Functions and operators
This section describes the built-in SQL functions and operators supported by
User-defined functions
A user-defined function (UDF) is a custom function authored by a user of Trino
SQL language
Trino is an ANSI SQL compliant query engine. This standard compliance allows
SQL statement syntax
This section describes the syntax for SQL statements that can be executed in
Developer guide
This guide is intended for Trino contributors and plugin developers.
Glossary
The glossary contains a list of key Trino terms and definitions.
Appendix
Release notes
Breaking changes