refactor: add partition calculation strategy and implement estimation logic; enhance table analyzers for max/min column queries
This commit is contained in:
@@ -104,6 +104,7 @@ func processMigrationJob(
|
||||
sourceTableAnalyzer,
|
||||
job.SourceTable.TableInfo,
|
||||
job.SourceTable.PrimaryKey,
|
||||
job.PartitionCalculationStrategy,
|
||||
job.RowsPerPartition,
|
||||
job.Range,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user