| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Re: acceptable way to program
On Sat, 1 Jan 2005 12:23:38 +0800, Ann wrote
(in article <eBpBd.311721$HA.34608_at_attbi_s01>):
> > "steve" <me_at_me.com> wrote in message > news:0001HW.BDFB22EC00191A71F03055B0_at_news.newsguy.com...
> blob
> on
> in
> > How do you sort on a field that contains just picures (not pictures in > objects.) >
by giving the picture a key index, that ties back to a master object.
If for example i have a factory record, and 50 ( Health & safety) pictures attached to that factory record, via a key, If i follow some peoples current advice ( Serialize, Serialize!!! ), i would have to de-serialize an object of about 6MB, either to disk or into memory.
currently , i bring the master factory record over, then bring the pictures over on the fly. ( actually i bring 3k thumb nails over first), then pictures if requested by the user.
my main point , was that Whilst i have no formal background in data management, or oracle databases, or system management ,etc . I am the "main man" by default, because i am technical ! ( you gotta love some companies)
Therefore because i don't know I ask.
steve Received on Sat Jan 01 2005 - 04:36:48 CST
![]() |
![]() |