We have requirement to store about 1 TB to 1.5 TB of image files in TIFF format and provide search functionality on the basis of metadata. Is it advisable to use SharePoint for such sort of requirement? What would be the performance impact ?
Note : There will be on time upload of image data and there will be no further upload or modification to data.
You can use Sharepoint as a digital asset management system, but for large scale use like you’ve mentioned you would probably expect to do some customization and coding.
I’ve seen a demonstration of Microsoft internal app – where they were using SharePoint to manage and search all of their packaging artwork so it’s capable enough but that was bespoke.
to be more specific we have 1.5 TB of TIFF images with total count of 19915452 files.
Thanks Mark for your reply. I believe size would be less than 5 MB er file. There will be Maximum 10 users to this system. This data is to be kept for some audit purpose and will not be downloaded concurrently most of the time. Users would be accessing this on need basis.
I read about RBS. Also it is mentioned that total size of content db along with total blob size should not exceed 200 GB for better perfomance. It is also mentioned that content db size can be scaled to 4 TB . I am confused.
Would it be workable solution if we split data volum with multiple site collections and implement cross site collection serach ?
How big are the images on average? If they are more than say 1 or 2 MB this can impact your performance, if you have a lot of them downloaded concurrently and are generally not cached in the client browser. Also, what version of SharePoint are you using ?
You may want to read on Remote Blob Storage in SharePoint 2013 and also understand the role of the Blob Cache (this allows you to cache them on the front end).