03-16-2021 11:46 PM
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.
03-17-2021 01:16 PM
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.
03-18-2021 06:56 AM
Yes, we are using community version 6.2.
Other than that, any further configuration that can improve import speed?
Explore our Alfresco products with the links below. Use labels to filter content by product module.