Hi all, I am having the following issue:
I have a central server (AKA server) and about 60 remote clients. The server holds a huge file storage (millions of files and folders)
The Clients creates files and stores them locally in the same structure of folders localy. Once in about an hour i want these clietns to upload the files to the server. (one way only)
The problemns I am, facing are:
1. Since the server data is huge the metadata synch file is also huge and every request to the server takkes alot of time.
2. I want the server to hold only one metadata file - is this possible? Each client will have a single file and so does the server.
3. Is it necessary for the server to hold a metadata file at all? Can i configure my code to make sure only the client has these files?
4. I REad there is a contructor for the provider that specifies the path of the client metadata file. How does it help?
Thanks
Pini