v.1.1.54388Improvement

Table Inserts Conditional on Materialized View Limits

Table inserts no longer occur if the insert into one of the materialized views is not possible because it has too many parts.
Prevent table inserts from proceeding if the corresponding insert into any materialized view fails due to excessive parts.

Why it matters

This feature improves data integrity and consistency by stopping the insertion process into the main table when inserts into related materialized views fail because they have accumulated too many parts. It prevents partial data writes and potential inconsistencies between the main table and its materialized views.

How to use it

This behavior is enabled automatically; when inserting data into a table with materialized views, the insertion will be blocked if any materialized view cannot accept the data due to having too many parts. No additional user action or configuration is required.