Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
provider-synchronization [2019_05_28 12:43] smeadminprovider-synchronization [2019_05_30 15:40] dan
Line 3: Line 3:
 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. 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 =====+===== Improving Synchronization Speed =====
  
-Out of the box, the File Fabric'syncronization process will be confined to a single system process. As of File Fabric release 1901.06, the performance speed of the syncronization process is configurable to offer reduced syncronization time.+Out of the box, the File Fabric'synchronization process will be confined to a single system process. As of File Fabric release 1901.06, the performance speed of the initial synchronization process is configurable which will help you reduce the time it takes for initial synchronization. 
 + 
 +To set the number of threads to be used for tis initial synchronization, set / replace the following line inside your **config.inc.php** file
  
-To set the number of set / replace the following line inside your **config.inc.php** file.  
 <code> <code>
 var $initialsyncthreads = 2; var $initialsyncthreads = 2;
 </code> </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.