Hi All,
We have a huge production repository with close to 7-8mn documents and the repository is growing in a fast pace with about 10K documents a week. Some of the MySQL tables (alf_node_properties) have close to a billion records in it. We have got pretty good servers, hence we haven't faced any performance issues so far.
But we are concerned about the growth of the MySQL DB and thinking of implementing some kind of custom Archival process. The idea is to move any document that is older than 6months to another Alfresco repository and keep the primary repository light and fast. We want our documents in the Archive server to be searchable from the primary server as well. We understand that through OpenSearch integration, this can be achieved but the challenge is that our clients access the repository through Web Service API's and custom UI's.
Is there any way to get this Federated Repository capability through Web Service/JavaScript API's. We are using 3.4.4.
Also, any other ideas on Archival is appreciated.
Thanks
Jerry