If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > BLOB in DB or Link to File System?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-22-03, 08:25
franzerl franzerl is offline
Registered User
 
Join Date: Sep 2003
Posts: 1
Question BLOB in DB or Link to File System?

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

Last edited by franzerl; 09-22-03 at 09:05.
Reply With Quote
  #2 (permalink)  
Old 09-24-03, 06:02
AticAtac AticAtac is offline
Registered User
 
Join Date: Aug 2003
Location: Germany
Posts: 20
Re: BLOB in DB or Link to File System?

Don't use blob, but link to filesystem.
Even modern DB-Systems support blobs, from my experience
its always better to go for link to filesystem.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On