Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
provider-synchronization [2021_09_27 17:55] – external edit 127.0.0.1provider-synchronization [2022_01_11 00:32] – [Provider Synchronization] steven
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.+The Enterprise File Fabric indexes storage providers to provide a number of enhanced file services including fast browsing and search. The File Fabric has its own indexing engine to provide these services. 
 + 
 +Applications may update/upload/delete objects through the File Fabric or in a bi-modal fashion directly through storage APIs such as S3 and SMB. When objects or files are updated directly using storage APIs the File Fabric metadata must also be updated. There are a number of ways that the metadata can be updated: 
 + 
 + * **On Demand** – A user can select “Cloud Refresh” when browsing via the web, mobile or desktop apps.  This user driven event will re-sync the folder as needed.  Alternatively, by enabling “Real-time refresh”, metadata is updated automatically, as folders are browsed.  Finally, a third option  utilizing “Folders auto-refresh”  triggers asynchronous folder refreshes. 
 + 
 + * **Periodically** – To update the metadata for an entire S3 account (provider), a “Provider Re-sync” can be initiated.  Running as a background task the File Fabric re-syncs metadata for ALL files/folders within the S3 provider.  Periodic re-syncs can be scheduled to run (daily, weekly, etc.)  via the Dashboard. 
 + 
 + * **On S3 Event** – The S3 bucket creates an event on object creation or deletion which is sent and processed by the File Fabric. 
 + 
 +When the Enterprise File Fabric initially connects to your storage platform, it performs a full 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 Synchronization Speed ===== ===== Improving Synchronization Speed =====