ScalingEntry

SPI 名称详细说明
ScalingEntry弹性伸缩入口
已知实现类详细说明
MySQLScalingEntry基于 MySQL 的弹性伸缩入口
PostgreSQLScalingEntry基于 PostgreSQL 的弹性伸缩入口

ScalingClusterAutoSwitchAlgorithm

SPI 名称详细说明
ScalingClusterAutoSwitchAlgorithm迁移任务完成度自动检测算法
已知实现类详细说明
ScalingIdleClusterAutoSwitchAlgorithm基于增量迁移任务空闲时长的检测算法

ScalingDataConsistencyCheckAlgorithm

SPI 名称详细说明
ScalingDataConsistencyCheckAlgorithm数据一致性校验算法
已知实现类详细说明
ScalingDefaultDataConsistencyCheckAlgorithm默认数据一致性校验算法。对全量数据做CRC32计算。