|
>My Java person insists that she wants me to return 500k+
>rows of data to her in a result set.
What's she smoking? Simply do the math:
500,000 rows
x 200 bytes per row[1]
-----------
100,000,000 byes of data (100 MEG)
She wants to throw around 100Meg data structures in Java? Tell me this isn't
a web application where there will be multiple users doing this on a single
server, just think, 10 users would be a Gigabyte of memory just for the data
structure.
Next you'll tell me she wants to hold these structures in session objects.
<G>
-Walden
[1] Probably much higher, especially considering Unicode
------------
Walden H Leverich III
President
Tech Software
(516) 627-3800 x11
(208) 692-3308 eFax
WaldenL@xxxxxxxxxxxxxxx
http://www.TechSoftInc.com
Quiquid latine dictum sit altum viditur.
(Whatever is said in Latin seems profound.)
-----Original Message-----
From: Buck [mailto:buck.calabro@xxxxxxxxxxxx]
Sent: Wednesday, December 17, 2003 4:47 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: Unlimited size result sets
Yes it's me again. My Java person insists that she wants me to return 500k+
rows of data to her in a result set. Those of us on the iSeries side think
this is not a good idea. She says that this is how things work in the real
world (as opposed to a page at a time.)
In the interest of gathering benchmarking data, we'd like to try. The catch
is the number of occurrences for a multiple occurrence DS. The obvious
workaround is to base the DS on a pointer, which works great up to 16 megs.
But my result set is going to be much larger than that. I can certainly
ALLOC more memory and use another DS, but I don't see any way to guarantee
contiguous memory, and without that I can't guarantee that the result set
will be right.
--buck
_______________________________________________
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.