02-03-2012 07:03 AM
It should be as logical as:
http://doc.nuxeo.com/display/DAMDOC/Nuxeo+DAM+Core
But I see no such structure in my install (as per attachment)
Seb
02-03-2012 08:21 AM
The documents are stored on disk (in the file system) using a simple hash. The object id is used to create what you see on disk. So an object with the id f5da36d9-bcba-421e-9932-317b3ae2ed4e will be hashed to the folder f5/da (assuming you have the default # of folder levels of 2). The object id is stored in the relational database and used to find/access the object. This approach is similar to almost every scalable document management/archive system I have ever seen. It is a highly scalable, fast architecture and allows for single object store (meaning if two binaries map to the same hash and are the same file then only one copy is stored).
02-03-2012 08:21 AM
The documents are stored on disk (in the file system) using a simple hash. The object id is used to create what you see on disk. So an object with the id f5da36d9-bcba-421e-9932-317b3ae2ed4e will be hashed to the folder f5/da (assuming you have the default # of folder levels of 2). The object id is stored in the relational database and used to find/access the object. This approach is similar to almost every scalable document management/archive system I have ever seen. It is a highly scalable, fast architecture and allows for single object store (meaning if two binaries map to the same hash and are the same file then only one copy is stored).
02-03-2012 08:46 AM
Thanks, makes perfect sense!
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.