Logo
Scaling

Scaling #

ScalingEntry #

SPI NameDescription
ScalingEntryEntry of scaling
Implementation ClassDescription
MySQLScalingEntryMySQL entry of scaling
PostgreSQLScalingEntryPostgreSQL entry of scaling
OpenGaussScalingEntryopenGauss entry of scaling

JobCompletionDetectAlgorithm #

SPI NameDescription
JobCompletionDetectAlgorithmJob completion check algorithm
Implementation ClassDescription
IdleRuleAlteredJobCompletionDetectAlgorithmIncremental task idle time based algorithm

DataConsistencyCheckAlgorithm #

SPI NameDescription
DataConsistencyCheckAlgorithmData consistency check algorithm on source and target database cluster
Implementation ClassDescription
DataMatchDataConsistencyCheckAlgorithmRecords content match implementation. Type name: DATA_MATCH.
CRC32MatchDataConsistencyCheckAlgorithmRecords CRC32 match implementation. Type name: CRC32_MATCH.

SingleTableDataCalculator #

SPI NameDescription
SingleTableDataCalculatorSingle table data calculator for data consistency check
Implementation ClassDescription
DataMatchSingleTableDataCalculatorSingle table data calculator for DATA_MATCH data consistency check
CRC32MatchMySQLSingleTableDataCalculatorSingle table data calculator for CRC32_MATCH data consistency check