Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Store as Blob or in FileSystem?
Message
 
 
À
19/11/2017 22:49:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
SAMBA Server
Database:
MySQL
Application:
Desktop
Divers
Thread ID:
01655704
Message ID:
01655714
Vues:
56
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform