cancel
Showing results for 
Search instead for 
Did you mean: 

does export tool depend on database.

aramu
Champ in-the-making
Champ in-the-making
Hello

   Does export tool depend on database.
   I mean
   does export tool refer to database while giving the xml or acp files

    or does it extract the information directly from content strore.
   

Thank you
2 REPLIES 2

alexander
Champ in-the-making
Champ in-the-making
Export tool does not depend on database.

It uses internal API to export data. In fact in Alfresco database is abstracted by Hibernate.

You can use export/import to transfer data between instances using different database. But export / import takes a long time on large repositories, and in some cases grows database log quite large.

Thanks
Alexander

aramu
Champ in-the-making
Champ in-the-making
Thank you Alexander.Thanks a lot.