Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Storing uploaded file data with RavenDB

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?

like image 856
Ken Burkhardt Avatar asked Sep 19 '11 16:09

Ken Burkhardt


1 Answers

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

like image 155
Ayende Rahien Avatar answered Oct 13 '22 22:10

Ayende Rahien