Re: Newbie: Mixing HTML & WO Pages?
Re: Newbie: Mixing HTML & WO Pages?
- Subject: Re: Newbie: Mixing HTML & WO Pages?
- From: "Adam Chan" <email@hidden>
- Date: Thu, 23 Oct 2003 16:39:56 -0600
> Hmmm... this sounds very cumbersome... why not use faulting instead?*
It is different.
Say, assume we have a Product table that contains some 100 thousands
records. The client wants to browse through all the records by product part
number only at first. While this product table is big; it has many records
and attributes (actually values, not foreign keys to the other tables,
"faulting "), fetching all the attributes together is a waste. Note, at this
point, the client cares nothing more than the part number. In this case, we
can simply do a SQL raw fetch on part number only. Until the client really
want to examine a few products, we can than fetch the EOF base on the
selected part numbers.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.