Jen,
In my experience the best results here are obtained by buoilding the
table yourself and doing your own indexes. You can get some more performance
out of the DB by tuning it. The DB is likely where the performance hit will
be, not in the EJB, but I have not really did any testing on that to be
sure.
Al
----- Original Message -----
From: Jen Hsien Huang <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Sent: Friday, May 12, 2000 12:49 AM
Subject: Display large data by index and EJB finder method
> If I want to display a large rows of a table , How can I use the finder
method to do so?
> If I use findAll, it may be very slow? Is it ? Can any body give me a
exprience about find a large ejb objects by index
>