Hi,
I have a requirement that wants me to store binary data such as word,
ppt, jpg, gif etc documents in db2. I wonder how developers normally
store this kind of data in db2.
1. I guess one way is to store the document directly in db2 as a
binary clob?
2. The other way could be to store the link to the file in db2?
What are the other ways of doing this and the advantages and
disadvantages of such. My system will be aimed at more high
performance than anything else.
Thanks for you r comments.
tP.
I have a requirement that wants me to store binary data such as word,
ppt, jpg, gif etc documents in db2. I wonder how developers normally
store this kind of data in db2.
1. I guess one way is to store the document directly in db2 as a
binary clob?
2. The other way could be to store the link to the file in db2?
What are the other ways of doing this and the advantages and
disadvantages of such. My system will be aimed at more high
performance than anything else.
Thanks for you r comments.
tP.
Comment