v.20.10New Feature
Support Decimal Data Type for MaterializeMySQL
Support Decimal data type forMaterializeMySQL.MaterializeMySQLis an experimental feature. #14535 (Winter Zhang).
Why it matters
This feature enables precise numerical data replication of MySQL Decimal columns into ClickHouse using theMaterializeMySQL engine, ensuring accurate handling of decimal values during data synchronization.How to use it
Use theMaterializeMySQL engine as usual to replicate MySQL data including Decimal columns; no additional configuration is needed to support the Decimal data type.