On 21 September 2012 11:51, Giedrius Graževičius <m...@inightmare.org> wrote:
> > There is another question waiting in the wings: How would we handle > > this if you don't want to store the document byte stream as a blob in > > the database, but leave it on the file system? > > In the SQL-OS and I could just write a valuemapper that knows to > > fetch the actual byte stream via the filename (which would be stored in > > the database).. this uses the existing object store API. Is there another > > solution? > > Maybe we can leave this up to users? It is possible to store the > filePath in database and have another non-persistent attribute for the > blob. So use can handle loading the file in a getter. I would suspect > that in this case it might be better to write some helper to do this > instead of putting it to implementations of data stores. > > Happy for now to punt on this; let's get this initial lazy loading stuff done. I see off-store storage as being a different JIRA ticket, at least. Kevin... perhaps you'd raise that ticket for us, since you brought up the topic? Dan > Giedrius. >