OPERATING DOCUMENT / BELUGA

Data Operations Guide

Pipeline lifecycle, Iceberg table compaction, and metric monitoring runbooks.

01 / Context02 / Procedure03 / Operations04 / Verification

Data Operations Guide

Operational guidelines covering table compaction, snapshot maintenance, and telemetry.

Iceberg Table Maintenance & Compaction

Execute periodic optimization tasks to compact small Parquet files and purge stale snapshots:

ALTER TABLE iceberg.default.order_events EXECUTE optimize(file_size_threshold => '128MB');
ALTER TABLE iceberg.default.order_events EXECUTE expire_snapshots(retention_threshold => '7d');

Core Telemetry Metrics

  • Kafka: kafka_consumergroup_lag
  • Flink: flink_jobmanager_job_checkpointing_duration
  • Trino: trino_execution_executor_runningqueries
DOCUMENT TRACE

Return to the project record to see architecture, development pulse, proof and related field notes in one context.