A file node representation in Alfresco persistent layer:
- content is stored in
ALFRESCO_HOME\alf_data\contentstore\folder - metadata are stored in
relational database(default: PostgreSQL) - information for text searching (Lucene) are stored in Solr's document database
Which Postgres tables are used to keep metadata of new uploaded file? How to list information about all Alfresco's files (Postgres SQL)?
