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;