DefaultJdbcFetchSizeEstimator
class DefaultJdbcFetchSizeEstimator(val maxMemoryBytes: Long, val maxConcurrency: Int, val minFetchSize: Int, val defaultFetchSize: Int, val maxFetchSize: Int, val memoryCapacityRatio: Double) : JdbcSharedState.JdbcFetchSizeEstimator
FetchSizeEstimator is used to estimate the value of the JDBC fetchSize parameter to fill up a portion of the JVM heap defined by MEM_CAPACITY_RATIO.