How to organize a large number of objects
- by shane
We have a large number of documents and metadata (xml files) associated with these documents. What is the best way to organize them?
Currently we put them into a series of nested folders:
/repository/category/date(when they were loaded into our db)/document_number.pdf and .xml
We use the path as a unique identifier for the document in our…