
Trino | Distributed SQL query engine for big data
Trino returns results to the user as soon as they are available. This offers data analysts and data scientists the ability to query large amounts of data, test hypotheses, run A/B testing, and build …
Trino documentation — Trino 478 Documentation
Trino concepts Installation Deploying Trino Trino in a Docker container Trino on Kubernetes with Helm Plugins Improve query processing resilience Clients Client protocol Command line …
Trino concepts — Trino 478 Documentation
As a Trino administrator or a Trino contributor you should understand how Trino’s concepts of stages map to tasks and how tasks contain a set of drivers which process data.
Get started with Trino
Deploy Trino manually Use the tarball for fine-tuned deployments and customizing the installment of Trino. Learn the fundamentals of deploying a Trino cluster. Learn how to deploy Trino >>
Overview — Trino 478 Documentation
Overview Trino is a distributed SQL query engine designed to query large data sets distributed over one or more heterogeneous data sources.
Trino: The Definitive Guide
Analysts, software engineers, and production engineers learn how to manage, use, and even develop with Trino and make it a critical part of their data platform.
Ecosystem - Trino
The ecosystem of integrations with Trino includes the client drivers, client applications, connectors for data sources, and add-ons. They are developed and maintained by the Trino community as …
Trino | Ecosystem: Client drivers
The Trino C# client project provides a streaming client library with ADO.NET interfaces for usage on the .NET platform. It enables applications using the .NET platform and running on Windows …
Release 476 (5 Jun 2025) — Trino 478 Documentation
Jul 22, 2022 · ⚠️ Breaking change: Require JDK 24 to run Trino. (#23498) Allow configuring query.max-memory-per-node and memory.heap-headroom-per-node relative to maximum …
Trino | Ecosystem: Client applications
The Trino CLI is a feature-rich command line interface tool for interactive query processing with Trino. The batch mode allows you to integrate the CLI with any other processing and …