Of course. Just one last question regarding Jooq if you don't mind. With a Cursor I can understand how it works... Like, it maintains an open ResultSet and you can fetch X records in a loop, do stuff with them and repeat. But how does Jooq handles that with a stream ? Is it abstracted ? You said it won't load everything into memory in my example using a forEach, but is it the case for all terminal stream operations ? Surely if I collect or sorted it will load everything right ?
Le jeudi 8 mars 2018 10:15:29 UTC+1, Lukas Eder a écrit : > > For my culture : is this the PortalSuspended and multiple Execute limit 1 >> stuff that indicates if it works ? >> > > Probably :) > If you want to be sure, I think that the PostgreSQL mailing lists, or > Stack Overflow are more appropriate channels... > -- 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.
