On Fri, Apr 11, 2014 at 11:06 AM, davidrobert <[email protected]> wrote:
> Claus, would that work with millions of rows?
> Or would you go with a batch solution?
> Thanks
>

The camel JDBC/SQL components dont support streaming out of the box.

So if you must use one ResultSet you would need to write logic to do
this yourself. There is some JDBC drivers that support streaming/batch
mode so you can work on huge result set.

But ideally we should maybe add support for that in camel-sql, so
working with huge resultsets can run in a streaming mode in Camel.

Fell free to log a JIRA ticket in the issue tracker
http://camel.apache.org/support



>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Streaming-huge-files-in-Camel-tp5750096p5750106.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: [email protected]
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to