Disable transactions for unsupported storages, including materialized views, in ClickHouse.
Why it matters
This feature prevents the use of transactions on storage engines that do not support transactional capabilities, ensuring data consistency and avoiding potential errors when working with materialized views or other unsupported storage types.How to use it
The disabling of transactions for unsupported storages is applied automatically by ClickHouse when creating or managing materialized views and other tables using unsupported storage engines. Users do not need to manually enable or configure this behavior.