Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
provider-synchronization [2019_05_28 12:23] – created smeadminprovider-synchronization [2019_05_28 12:53] smeadmin
Line 1: Line 1:
 ====== Provider Synchronization ====== ====== Provider Synchronization ======
  
 +When the Enterprise File Fabric initially connects to your storage platform, it performs a Provider Synchronization. In this process, the File Fabric builds a metadata model for your storage platform, recording information such as the files and folders that are there. At this stage, the File Fabric does not download or read any of the files, instead, it simply records the metatdata of the files.
  
 +===== Improving Syncronization Speed =====
 +
 +Out of the box, the File Fabric's syncronization process will be confined to a single system process. As of File Fabric release 1901.06, the performance speed of the initial syncronization process is configurable which will help you reduce the time it takes for initial syncronization.
 +
 +To set the number of set / replace the following line inside your **config.inc.php** file. 
 +
 +<code>
 +var $initialsyncthreads = 2;
 +</code>
 +
 +The number set here will control the number of concurrent processes permitted to run for a single synchronization task running on your appliance. 
 +
 +You should take care when choosing an appropriate value, as high values could cause performance impacts to the overall platform.