Results Cache#

Adds Starburst Enterprise result caching to the cluster.

Usage#

License Required

This module requires a Starburst distribution and license.

Provision the module:

minitrino -e CLUSTER_VER=${version}-e provision -i starburst -m results-cache

Connect to the coordinator container’s Trino CLI:

minitrino exec -i 'trino-cli'

Run a query multiple times in a row. Subsequent executions should be cached:

SELECT * FROM tpch.tiny.customer LIMIT 10;

Dependent Modules#

  • MinIO: Required for results cache storage.

  • Insights: Enables the Starburst web UI and configures a backend database for persisting results cache configuration.