Module mz_adapter::coord::catalog_serving

source ·
Expand description

Special cases related to the “catalog serving” of Materialize

Every Materialize deployment has a pre-installed mz_catalog_server cluster, which has several indexes to speed up common catalog queries. We also have a special mz_support role, which can be used by support teams to diagnose a deployment. For each of these use cases, we have some special restrictions we want to apply. The logic around these restrictions is defined here.

Functions§