Forum Discussion
SharePoint 2013 - Remote Blob Storage and Deduplication / Shredded Storage Migration
Hi there,
i only found 2 blogs mentioning that this is possible. But is it also supported? Anyone is using this configuration?
I want to move most of our sitecollections "to" Remote Blob Storage. I already set it up on our DEV Server but not yet on our test server. But i do not find that much about performance and support of deduplicating the BLOB drive.
Also - how can i change the shred size of existing files? At the moment they are set to the 64k design size.
Best regards
Stephan
13 Replies
- Doug AllenIron Contributor
I believe this is only possible at the content DB level not site collections. If you have one site collection per DB then sure.
https://docs.microsoft.com/en-us/sharepoint/administration/migrate-content-into-or-out-of-rbs
To modify the shred size, you should modify the FileReadChunkSize and FileWriteChunkSize properties.
$webapp = Get-SPWebApplication http://yourwebappurl/
$webapp.WebService.FileWriteChunkSize = 4194304
$webapp.webservice.Update()Some references:
- https://blogs.technet.microsoft.com/wbaer/2012/11/12/introduction-to-shredded-storage-in-sharepoint-2013-rtm-update/
- https://view.officeapps.live.com/op/view.aspx?src=http%3a%2f%2fvideo.ch9.ms%2fsessions%2fspc%2f2014%2fSPC416_Baer.pptx
- https://gavinmckay.wordpress.com/2015/01/08/howto-configure-shredded-storage-in-sharepoint-2013-using-filewritechunksize/
- Stephan GBrass Contributor
Thanks Doug for your response.
Do you have any input for the deduplication of the BLOB files?
- Dedupe would be a product of the RBS provider and/or file system (e.g. NTFS dedupe).
I'd ask why you'd be using RBS. It is largely irrelevant, now.