Interface BatchLoadSizingStrategy


  • public interface BatchLoadSizingStrategy
    Strategy (pluggable) for determining an optimal size for batch loads.
    • Method Detail

      • determineOptimalBatchLoadSize

        int determineOptimalBatchLoadSize​(int numberOfKeyColumns,
                                          int numberOfKeys)