Skip to content

Catalog Row Store Alerts

These alerts track usage of the internal catalog row store, which maintains metadata necessary for core query planning and schema management. The row store has hard limits, and when it nears or exceeds these thresholds, system behavior is progressively degraded — from warnings to read-only mode and, eventually, full query block.

Purpose

These alerts notify operators when:

  • The catalog row store is nearing its read-only threshold.
  • The store has crossed into read-only mode.
  • The system reaches the blocking threshold, at which point new queries are fully disabled.

These alerts follow a tiered severity model and are crucial for maintaining system availability. Administrators can use the referenced thresholds to tune alerting behavior.

Alert Definitions

AlertSeverityTrigger AfterDescriptionThreshold Ref
Row Store StatusCRITICAL-The database catalog row store is full ([current_value]). All queries have been disabled until usage falls below [blocking_threshold], and the database will remain read-only until it drops below [read_only_threshold].
Row Store StatusMAJOR-The database catalog row store is nearly full ([current_value]), and the database has been set to read-only. Normal operations will resume when usage drops below [read_only_threshold]. Query execution will be blocked entirely if it reaches [blocking_threshold].
Row Store StatusMINOR-The database catalog row store is nearing capacity: [current_value] used out of [read_only_threshold]. If usage exceeds [read_only_threshold], the database will switch to read-only mode.