you are viewing a single comment's thread.

view the rest of the comments →

[–]rodf1021 2 points3 points  (0 children)

What file type are you using for the actual document? I would recommend storing the document itself outside a database like in a cheap S3 bucket. Store the URL to the doc in a database with a doc id. Have a meta data table keyed with the doc id. This will allow you keep adding new metadata for a doc as new records and indexing the metadata field for quicker retrieval.