Some databases only cache 10 datasets at fetches. This causes that database requests with a lot of datasets are very slow at connections with high latency. Via setFetchSize the number of datasets to be cached can be increased.
$CADENAS_SETUP/jdbc.cfg -> Block
<database name>
[PLINKDB_ORACLE]
DriverClass=oracle.jdbc.driver.OracleDriver
URL=jdbc:oracle:thin:@10.10.12.96:1521:xe
Settings=FetchSize=1000
