We are using customized program to import a large amount of documents into ACS. However, the performace is not so good. It is around 270 documents per minutes even though we are using multi-threads in the program.
We found that if we disable some database index update, it will improve the speed. However, is there any configuration to set in order to speed up the import such as disable Solr indexing?
enable.alfresco.tracking=false
Thanks.
Hi Jeffrey,
Definitely if you set the tracking false in both the solcore.properties it will definitely increase your performance.
alfresco-search-services\solrhome\templates\rerank\conf\solrcore.properties
alfresco-search-services\solrhome\archive\conf\solrcore.properties
enable.alfresco.tracking=false
Also check for any settings like "alfresco.enableMultiThreadedTracking" and set that to false as well.
Note: This is for Alfresco 6.2, not sure which version you are using.
Yes, we are using community version 6.2.
Other than that, any further configuration that can improve import speed?
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.