> From: A mailing list for Enterprise JavaBeans development
> [mailto:[EMAIL PROTECTED]]On Behalf Of Ian McCallion

> Cedric, if I understand correctly, field groups are a means of
> eager-loading one field when another is accessed. So this does not really get
to the
> heart of the matter any more than Dominic's suggestion of using BLOB in the
> database. There'd still be n-1 SQL calls instead of 1.

Maybe I misunderstood his problem, but it seemed to me Dominic was not so much
bothered by the number of SQL calls than by the fact that short of having field
groups, the request will fetch the image (one megabyte) even though all the user
wants at this point is read the description, and then decide if they want to
view the image.

--
Cedric

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to