Actually, my target is to leverage MongoDB GridFS... as hosting
On 31 août, 16:48, thang chung <
chungquangth...@gmail.com> wrote:
> Write a file to database look like not a best practice, instead of we can
> using DFS for storing a file, and database only keep the link to this file
> on DFS. IMHO.
>
> On Wed, Aug 31, 2011 at 9:45 AM, Pieter Joost van de Sande <
p...@born2code.net
>
> > wrote:
> > Yeah, as long as you include a reference to storage entry this is a good
> > option. This prevent large messages. Also it could be that most handlers
> > won't be interested in the actual content. If true, it is a waste to send
> > the full content.
>