v.1.1.54388New Feature

Added MySQL Engine Table Write Capability

Added the ability to write to a table with the MySQL engine and the corresponding table function (sundy-li).
Added support for writing data to tables using the MySQL engine and the corresponding table function in ClickHouse.

Why it matters

This feature enables users to directly insert data into MySQL engine tables, expanding ClickHouse's interoperability by allowing seamless data writes to MySQL. It resolves the limitation of only reading from MySQL tables and enables more flexible data management and integration workflows.

How to use it

To use this feature, create a table with the MySQL engine or utilize the MySQL table function. Once configured, you can perform INSERT operations on these tables as you would with native ClickHouse tables.