troubleshooting

What is the equivalent datatype mapping between MySQL, CDC, and RisingWave?

I want to see the equivalent data type mapping for mediumtext, text, date, etc.

Ib

Ibrahim

Asked on Apr 02, 2024

  • For mediumtext in MySQL, the equivalent in RisingWave is mediumtext
  • For text in MySQL, the equivalent in RisingWave is text
  • For date in MySQL, the equivalent in RisingWave is date

You can refer to the documentation for more details: Data Type Mapping Between MySQL CDC and RisingWave

Apr 02, 2024Edited by