What's the current best practice for storing file data with RavenDB? (CDN or RavenDB Attachments)

I have been looking at Rob Ashton's excellent demo application RavenDB Photo Gallery Project. In the demo project he stores the files as RavenDB attachments but seems to mention that this is not the best practice. What is the latest thinking on this with the current version of RavenDB?

link|improve this question

77% accept rate
feedback

1 Answer

up vote 4 down vote accepted

Ken, Attachments in RavenDB works, but they aren't meant for large files. If you have small files, it is a workable solution

link|improve this answer
2  
Ayende - thoughts on whether this guidance will change? We have a .NET-based desktop scientific application involving multiple large (10-100MB) binary files per dataset, with each set requiring some simple metadata. Current choices are "FILESTREAM" in EF, or just local/network path mapped by convention. A lightweight file system-based attachment implementation via RavenDB would be valuable. – David Cuccia Oct 1 '11 at 23:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.