Hi,
we are currently working on an application, which has to deal with big binary files of (possibly) all kinds(pdf, jpeg, doc,...), but which could be READ_ONLY.
The question is: How should we persist this data: as a BLOB directly in the DB or as a file in the file system with a link attribute in the DB?
We propably gonna be using DB2 7.2(mayby UDB) on NT 4.0.
I know that UDB has a data type "DATA_LINK" which I understand as compromise between BLOBs / Links.
Has anybody any suggestions / experience with this problem?
What about scalability?
greetz
franzerl