by Sybaseguru <collap@[EMAIL PROTECTED]
>
Jun 26, 2008 at 07:15 PM
Annonymous Coward wrote:
> I remember readng that BLOBs can be stored externally (with reference to
> the BLOB file stored in tables instead).
The way that people (ie do***ent management systems) have done this in the
past is a)used image data types or b) simply held a URL which the client
picks up and processes either from a shared directory or a "lightweight
web
server" (google for details)
Current Sql databases are not very good at processing large blobs
efficiently (despite the marketing b******t) as any processing - even just
a passthru mode costs performance on big files.