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).Why it matters
This feature addresses the limitation where insertions were blocked under thedisable_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 thedisable_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.