v.25.11Improvement

Allow inserting into remote and data lake

Allow inserting into remote and data lake tables when disable_insertion_and_mutation is enabled (which means - read only warehouses in ClickHouse Cloud). #88549 (Alexander Tokmakov).
Allow inserting data into remote and data lake tables even when the disable_insertion_and_mutation setting is enabled, supporting read-only warehouses in ClickHouse Cloud.

Why it matters

This feature addresses the limitation where insertions were blocked under the disable_insertion_and_mutation setting, which enforces read-only mode for warehouses in ClickHouse Cloud. By enabling inserts into remote and data lake tables despite this setting, it allows more flexible data ingestion scenarios in controlled environments.

How to use it

Set the disable_insertion_and_mutation setting to true to enable read-only mode, then inserts into remote and data lake tables will still be allowed without error, enabling controlled data modifications in these specific table types.