Bulk import

cancel
Showing results for 
Search instead for 
Did you mean: 
jeffreyman
Active Member II

Bulk import

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.

2 Replies
arjunmony
Established Member

Re: Bulk import

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.

jeffreyman
Active Member II

Re: Bulk import

Yes, we are using community version 6.2.

Other than that, any further configuration that can improve import speed?