We are developing remote asp.net application for sharepoint foundation 2010. We are using sharepoint to upload and download documents in document library. We have custom wcf service inside ISAPI which uses server object model to store and retrieve document in document library. We have data upto 4 TB. We have splitted this across multiple content database. Each content database holds data upto 200 GB. Each candidate which upload document has unique ID. Each candidate can upload multiple documents. So we are creating one folder with name as ID of candidate and storing all documents of that candidate under that folder. So is this proper or recommended way to segregate the document of each candidate ? or Is there any other recommeded way through which we can achive good performance and proper normalization of data ?
↧