You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would use rxjava2 with a mysql database to stream a huge amount of records, so I need to set fetchSize to Integer.MIN_VALUE as explained in davidmoten/rxjava-jdbc#79 but it does not seem possible right now.
Is it a choise that this feature is not kept back from rxjava-jdbc ?
Thx
The text was updated successfully, but these errors were encountered:
Hi,
I would use rxjava2 with a mysql database to stream a huge amount of records, so I need to set fetchSize to
Integer.MIN_VALUE
as explained in davidmoten/rxjava-jdbc#79 but it does not seem possible right now.Is it a choise that this feature is not kept back from rxjava-jdbc ?
Thx
The text was updated successfully, but these errors were encountered: