Issue Description:

Row size limit for mysql table is 64kb. While replicating Salesforce into mysql table, if the row size is more than 64 kb, replication process is impacted. In such cases, it is required to replicate those objects into multiple tables by splitting the object fields into different tables. This section describes the process of replicating such objects into multiple tables with an example.

Solution:

Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs.

table.prefix=sf1
column.prefix=sf1

table.prefix=sf2
column.prefix=sf2