Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Store as Blob or in FileSystem?
Message
From
20/11/2017 09:29:42
 
 
To
19/11/2017 22:49:40
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
SAMBA Server
Database:
MySQL
Application:
Desktop
Miscellaneous
Thread ID:
01655704
Message ID:
01655714
Views:
61
This message has been marked as a message which has helped to the initial question of the thread.
I did work with files in BLOB using MySQL and never had real problems with it, except that the database size got very large. After reaching 2 TB the performance was still like on the first day.

Advantages were that the files are always backed up automatically with the database backup procedures and that access to the documents was automatically restricted by the database security setup.

To keep other tables manageable I would create a dedicated table for only documents with a foreign key to the related information, so the other tables you usually work with don't get too large. So the documents table should only have a primary key and the document blob, but everything else should be in another table.


>Hi Guys,
>
>I came across a prospective client who needs to have their documents managed, i.e., stored centrally, accessed quickly via a search facility, viewed or downloaded or even printed.
>
>The documents are of various types - tax returns, corporate papers, business permits etc - of 100 stores.
>
>I am aware that this query has been asked before, but in your experiences, which is the way to go - store the documents (scanned as Jpegs or PDFs usually) - in BLOB columns? Or merely let them reside in the computer's File System?
>
>In my readings, it seems these are two opposing views.
>
>Your suggestions please!
>
>Thanks.
Christian Isberner
Software Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform