<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Christian Theune wrote:
<blockquote cite="mid:20080506214920.GA15736@mindy" type="cite">
  <pre wrap="">On Tue, May 06, 2008 at 01:47:45PM -0600, Shane Hathaway wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">David Durham, Jr. wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">My questions is whether or not RelStorage supports BLOBs.  My
situation is that I have a Plone site with user uploaded images and
other files, that should presumably be stored as BLOBs with
RelStorage.  I'm open to placing BLOBs outside of RelStorage if that's
reasonably accomplished.
      </pre>
    </blockquote>
    <pre wrap="">I think an NFS mount is still a better place for BLOBs than a relational  
database.  If we put BLOBs in a relational database, we'd have to  
carefully dance with inter-thread connections and simulated file handles  
that may stay open for a long time.  With NFS those concerns are already  
taken care of.

The normal way to set up BLOB storage in zope.conf is to create a  
&lt;blobstorage&gt; wrapper around a storage configuration.  That might just  
work with RelStorage, but I haven't tried it yet.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
At leasts its a scenario that is intended to work. I'd be happy about feedback
of people who use it.
  </pre>
</blockquote>
<br>
For some of us a the main reason for using RelStorage is to be able to
satisfy the 'all data must be stored in our oracle cluster' requirement
from enterprise customers. That means we can not use NFS mounts to
store blobs.<br>
<br>
Wichert.<br>
<br>
<pre class="moz-signature" cols="72">-- 
Wichert Akkerman <a class="moz-txt-link-rfc2396E" href="mailto:wichert@wiggy.net">&lt;wichert@wiggy.net&gt;</a>   It is simple to make things.
<a class="moz-txt-link-freetext" href="http://www.wiggy.net/">http://www.wiggy.net/</a>                  It is hard to make things simple.
</pre>
</body>
</html>