|
Can you explain or anyone else, how it
works or what is the best practise?
I think that statement is open, and for
each row method public void handleRow (Object
object); is invoked or
something like that
I assume, that we want to process a large
datasets, and do some operations.
Should't be better in that case to use stored
procedure, and use i.e cursor in database to handle this, if we have such
opportunity?
It seems to be much faster, then using JDBC.
We are working on large datasets.
I don't have time for excercise now, but for
500 000 records to process, using only stored procedure, should be much
faster.
What are your opinions?
Darek Dober
|
Title: Best mechanism to read large datasets
- Re: Best mechanism to read large datasets Darek Dober
- unsubscribing via the mailing list webpage John Fereira
- Re: Best mechanism to read large datasets Larry Meadors
- Re: Best mechanism to read large datasets Michał Małecki
- Re: Best mechanism to read large datasets Larry Meadors
