Monday, January 05, 2009

Why to stay away from the SharePoint External Storage API

I got this question when teaching a class about architecting Document and Records Management solutions with SharePoint - is it possible to store the documents outside of the SQL database and the metadata within SharePoint?

Yes, this is possible - take a look at the External storage option for Binary Large Objects (BLOBS) in Windows SharePoint Services and Microsoft Office SharePoint Server 2007.

However, there are some reasons to stay away from it - at least for now - recently some more information was added to the SDK - External storing of BLOBs -  Operational limits and trade-off analysis - which contains some interesting information:

The external BLOB storage feature in the present release will not remain syntactically consistent with external BLOB storage technology to be released with the next full-version release of Microsoft Office and Windows SharePoint Services. Such compatibility was not a design goal, so you cannot assume that your implementation using the present version will be compatible with future versions of Microsoft Office or Windows SharePoint Services.

There is however at least one vendor which has written it's own implementation using this API - Open Text Storage Services for SharePoint.

3 comments:

Robin Meuré said...

Wow that's definitly an eyeopener :) I just told someone what the possibilities were with OpenText en SharePoint.. thanks!

Robin

Oskar Austegard said...

<tinfoil hat="on">
I think Google made sure that URL read as it did...
</tinfoil>
"Why to stay away from SharePoint"
-Heh

Anonymous said...

If you add files infrequently, another option is provisioning files via features to a document library. I have used this to stream videos from a document library.