Class SplitByRangeTableCopyTool


  • public class SplitByRangeTableCopyTool
    extends AbstractTableCopyTool
    Sometimes the amount of data exceeds any buffer. In these cases we need to split the data by some given range, usually the primary key. I.e., the data is read in chunks where these chunks are split using the ID column range of values. Copy all tables from one connection to the other splitting the input with the given column. If the number range is populated sparsely the copying may take much longer than the DefaultTableCopyTool.

    © 2012-2034 akquinet tech@spree