Hi Jakub, Thank you very much for your message. Unfortunately, we do not have this capability in org.jooq.Routine yet. The relevant feature request is this one: https://github.com/jOOQ/jOOQ/issues/4472
The main problem right now is to find a reasonable API that offers this option without any compromise on clarity. We might also completely re-design the Routine API in the future prior to the #4472 change, given that it has other usability issues. For the time being, I suggest reverting to JDBC for this particular procedure. Thanks, Lukas On Tue, Mar 26, 2019 at 12:40 PM grudu <[email protected]> wrote: > Hi > I've got a MySQL procedure which generate client's reports and returns a > large amount of data (sometimes OutOfMemoryError is thrown). > Is it possible to fetch this data lazily (without loading whole result > into memory - maybe something like > https://www.jooq.org/doc/3.0/manual/sql-execution/fetching/lazy-fetching/ > )? > > Regards, > Jakub > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
