接口 BatchLoadSizingStrategy


  • public interface BatchLoadSizingStrategy
    Strategy (pluggable) for determining an optimal size for batch loads.
    作者:
    Steve Ebersole
    • 方法详细资料

      • determineOptimalBatchLoadSize

        int determineOptimalBatchLoadSize​(int numberOfKeyColumns,
                                          int numberOfKeys)