Constant mz_compute_types::dyncfgs::PERSIST_SINK_OBEY_READ_ONLY

source ยท
pub const PERSIST_SINK_OBEY_READ_ONLY: Config<bool>;
Expand description

Whether the compute persist_sink obeys read-only mode. When false, it writes regardless of that mode.

As an escape hatch for de-risking rollout of read-only computation mode.