Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
provider-synchronization [2019_05_28 12:51] – smeadmin | provider-synchronization [2024_09_27 21:15] (current) – steven | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | # Provider |
- | 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. | + | **Last updated Sep. 27, 2024** |
- | ===== Improving Syncronization Speed ===== | + | Access Anywhere indexes storage providers to provide a number of enhanced file services including fast browsing and search. Access Anywhere includes an indexing engine to provide these services. |
- | Out of the box, the File Fabric' | + | Applications may update/ |
- | To set the number of set / replace the following line inside your **config.inc.php** file. | + | See also: [[real-time-cloud-refresh|]]. |
- | < | + | ## Synchronization Options |
- | var $initialsyncthreads = 2; | + | |
- | </code> | + | There are a number of ways that the metadata can be updated, manually, on demand and scheduled |
+ | |||
+ | ### Provider Synchronization | ||
+ | |||
+ | When a provider is first added file and folder metadata is scanned and indexed. Users can access information and perform most actions through NAA as data indexed during this " | ||
+ | |||
+ | Organization administrators can start a new sync for a provider at any time. All file and folder metadata is scanned for changes. This sync be started from the provider dashboard by selecting " | ||
+ | |||
+ | During provider synchronization folder renames, file moves and deletes will be temporarily unavailable if the target folder, subfolder or immediate parent are being scanned. | ||
+ | |||
+ | As of release 2402 organization administrators can pause and resume provider syncs which is useful during support activities or scheduled maintenance. | ||
+ | |||
+ | ### Cloud Refresh | ||
+ | |||
+ | Users can select Cloud Refresh for a folder when browsing via the web, mobile or desktop apps. This user driven action will re-sync the metadata for this folder with the storage. | ||
+ | |||
+ | The Cloud Refresh option is not available when real-time refresh is enabled. | ||
+ | |||
+ | ### Deep Cloud Refresh | ||
+ | |||
+ | A Deep Cloud Refresh can be selected when browsing via the web. It will also re-sync sub-folders. This operation runs as a background task. | ||
+ | |||
+ | The Deep Cloud Refresh option is not available when real-time refresh is enabled. | ||
+ | |||
+ | ### Real-time Refresh | ||
+ | |||
+ | Real-time Refresh can be enabled on the provider which updates metadata automatically, | ||
+ | |||
+ | More information on Cloud Refresh, Deep Cloud Refresh and Real-time refresh can be found [[server: | ||
+ | |||
+ | ### Scheduled | ||
+ | |||
+ | To update the metadata for an entire account (provider), a “Provider Re-sync” or " | ||
+ | |||
+ | ## Improving Synchronization Speed | ||
+ | |||
+ | When Access Anywhere initially connects to your storage platform, it performs a full provider synchronization. In this process, Access Anywhere builds a metadata model for your storage platform, recording information such as the files and folders that are there. At this stage, Access Anywhere does not download or read any of the files, instead, it simply records the metatdata of the files. | ||
+ | |||
+ | Out of the box, Access Anywhere' | ||
+ | |||
+ | To change the number of threads to be used for initial sync and re-syncs as ApplAdmin change this value under "Site Functionality": | ||
+ | |||
+ | * Maximum count of parallel Cloud Sync tasks | ||
The number set here will control the number of concurrent processes permitted to run for a single synchronization task running on your appliance. | 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. | You should take care when choosing an appropriate value, as high values could cause performance impacts to the overall platform. |