Db2 Catalog#

Add a Db2 catalog to the cluster along with Db2 backend.

Note

Last I checked, Db2 doesn’t work well on ARM processors, so expect the Db2 container to take a long time to start if you’re running an ARM chip.

Usage#

License Required

This module requires a Starburst distribution and license.

Module Uses Persistent Storage

This module uses named volumes to persist data. To delete these volumes, run:

minitrino remove --volumes --module ${module}

Provision the module:

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

Connect to the coordinator container’s Trino CLI:

minitrino exec -i 'trino-cli'

Confirm Db2 is reachable:

SHOW SCHEMAS FROM db2;