cancel
Showing results for 
Search instead for 
Did you mean: 

Content Data Mapping in DB

kamal1387
Champ in-the-making
Champ in-the-making
The file uploaded in alfresco has a different name when we see it in alf_data content store, where is the name mapped in database and which table is used for content data.
1 REPLY 1

mrogers
Star Contributor
Star Contributor
alf_content_data is where the content data is stored!

you also need to join on alf_node, alf_node_properties, alf_qname and probably alf_child_assoc.

However you should probably not be accessing the database directly.  The implementation is considered private to alfresco.