[Zope] Large File Support ?!

sam gendler sgendler@akamai.com
Tue, 20 Mar 2001 23:16:00 -0800


--------------E3B57C62B111CEAEEFAEB599
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

But let's face it, the FileStorage ZODB was never intended as a high
performance storage medium.  It is an excellent python object store.  If
you are going to be uploading really large files, you will be much
better off storing them in the local filesystem as independant objects
(assuming that the files themselves are static), and putting references
to them in the ZODB.  There are a number of Products available from the
zope.org site that allow you to do just that.

Check out http://www.zope.org/Members/MacGregor/ExtFile and
http://www.zope.org/Members/jfarr/Products/LocalFS which were the first
two that I found.



--sam

--
-----------------------------------------------
"The language and concepts contained herein are
 guaranteed not to cause eternal torment in the
 place where the guy with the horns and pointed
 stick conducts his business."
                                  --Frank Zappa



--------------E3B57C62B111CEAEEFAEB599
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
But let's face it, the FileStorage ZODB was never intended as a high performance
storage medium.&nbsp; It is an excellent python object store.&nbsp; If
you are going to be uploading really large files, you will be much better
off storing them in the local filesystem as independant objects (assuming
that the files themselves are static), and putting references to them in
the ZODB.&nbsp; There are a number of Products available from the zope.org
site that allow you to do just that.
<p>Check out <A HREF="http://www.zope.org/Members/MacGregor/ExtFile">http://www.zope.org/Members/MacGregor/ExtFile</A> and <A HREF="http://www.zope.org/Members/jfarr/Products/LocalFS">http://www.zope.org/Members/jfarr/Products/LocalFS</A>
which were the first two that I found.
<br>&nbsp;
<br>&nbsp;
<p>--sam
<pre>--&nbsp;
-----------------------------------------------
"The language and concepts contained herein are
&nbsp;guaranteed not to cause eternal torment in the
&nbsp;place where the guy with the horns and pointed
&nbsp;stick conducts his business."
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --Frank Zappa</pre>
&nbsp;</html>

--------------E3B57C62B111CEAEEFAEB599--