Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Oracle to Mysql 场景,Oracle的大表初始化同步需要进行Order by 导致temp tablespace 满,导数失败。是否可以关闭order by。
不可以的,建议把大表分到单独同步任务来处理。或者调大 temp tablespace。
CloudCanal 全量同步方式是:根据 PK 分页方式方式选择数据同步到对端,同步期间任务可以暂停。