I am using the databricks jdbc driver to access a delta lake. The database URL specifies transportMode=http. I have experimented with setting different values of fetchSize on the java.sqlPreparedStatement object and have monitored memory use within my application. I am getting inconclusive results.
Is this setting to have an effect at all in my set-up?