slav
unread,May 22, 2010, 6:06:46 PM5/22/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ravendb
Does Raven support storing binary data (pictures for example) at all?
I'm guessing it's a really bad idea to store anything binary in the
document, since it'll get sent back and forth all the time. In fact
it's probably a bad idea to store any large files in the document,
since the whole document gets pulled, no matter what.
For example if user adds attachment to the forum post, I should save
it as a separate OS file and serve it as that, right? In the Raven
document I would save the file ID.