it seems that the r2dbc-oracle doesnt have a proper back pressure implementation. If i select a bigger amoount of rows (say 10k) then it is way slower than a regular jdbc/JPA query. If i manually set the fetchsize to 1000 then the query is approx 8 times(!) faster.
so
- can you confirm that back pressure is/is not implemented? if not: is that planned?
- is there an easier way to set the fetchsize (maybe even global...) then using manual databaseclient.sql()-queries ?