Back to Trino

Administration

docs/src/main/sphinx/admin.md

4802.3 KB
Original Source

Administration

The following documents cover a number of different aspect of configuring, running, and managing Trino clusters.

{toctree}
:maxdepth: 1

admin/web-interface
admin/preview-web-interface
admin/logging
admin/tuning
admin/jmx
admin/opentelemetry
admin/openmetrics
admin/properties
admin/spill
admin/resource-groups
admin/session-property-managers
admin/dist-sort
admin/dynamic-filtering
admin/graceful-shutdown
admin/fault-tolerant-execution

Details about connecting data sources as catalogs are available in the connector documentation.

(admin-event-listeners)=

Event listeners

Event listeners are plugins that allow streaming of query events, such as query started or query finished, to an external system.

Using an event listener you can process and store the query events in a separate system for long periods of time. Some of these external systems can be queried with Trino for further analysis or reporting.

The following event listeners are available:

{toctree}
:titlesonly: true

admin/event-listeners-http
admin/event-listeners-kafka
admin/event-listeners-mysql
admin/event-listeners-openlineage

Unrelated to event listeners, the coordinator stores information about recent queries in memory for usage by the - see also query.max-history and query.min-expire-age in .

Properties reference

Many aspects for running Trino are configured with properties. The following pages provide an overview and details for specific topics.

{toctree}
:maxdepth: 1
:hidden:
admin/properties