Subject JayBird JDBC cursor implementation
Author elleffeci
Hi all,
I am fighting against excessive memory usage in my FB/Jaybird app, and
I was evaluating the cursor feature of Jaybird.
Is it possible _not_ to retrieve ALL the records in a SELECT query
from the server to the client and to fetch them, let's say, 100 at a
time, thus occupying only the memory needed for the 100 records?
The docs seem to state that even if JDBC required the feature, it is
currently not working or has limited benefit...
Any suggestions/clarifications?
Thank you all in advance!
Luca