hi, Laurence<br><br>Thanks for your reply. But the export/import mechanism is not suit for my situation.<br>My site is now a very complicated system and &#39;huge&#39;. Zope&#39;s export/import mechanism is <span class="wbtr_mn">fragile, I never export a so large site successfully</span>.<br>
<br>Now maybe I have three choices:<br>1. Understand all codes in fspack.py and implement the &#39;turn off gc when packing&#39; function on ZODB3.6.2;<br>2. Update my ZODB version from 3.6.2 to 3.8 or later to try use &#39;zc.FileStorage&#39; ;<br>
3. Convert my site to use &#39;RelStorage&#39;, and use its &#39;turn off gc&#39; option to pack my site.<br><br>Yesterday I tried choice 1, but I am not familiar with &#39;FileStorage&#39; format and can not implement the function myself in a short time( I have done &#39;Plone&#39; development for years, but I am not so familiar with the underlayer knowledge about &#39;Zope&#39; ).<br>
<br>For choice 2, I have one question: Is high verstion ZODB(3.8 or later) compatable with low version ZODB(3.6.2)? I googled but not find those compatability information.<br><br>For choice 3, &#39;RelStorage&#39; provide a &#39;ZODBConverter&#39;, but I do not to know if it can used with ZODB3.6.2?<br>
<br>Thanks<br><br>eastxing<br><br><div class="gmail_quote">2009/1/21 Laurence Rowe <span dir="ltr">&lt;<a href="mailto:l@lrowe.co.uk">l@lrowe.co.uk</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">eastxing wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I am using Plone2.5.5 with Zope2.9.8-final and ZODB3.6.2.Now my Data.fs<br>
&gt; size is nearly 26G with almost 140k Plone objects and more than 4100k<br>
&gt; zope objects in the database. Since 2 moths ago, I could not pack my<br>
&gt; database successfully. Recent days I tried to pack it again, but after<br>
&gt; more than 72 hours running, the pack process wasn&#39;t end<br>
&gt;<br>
&gt; I readed lots of discussions on the forum, some guys said turn off &#39;GC&#39;<br>
&gt; when packing will improve the speed tremendously.Then I found an<br>
&gt; experimental product -- &#39;zc.FileStorage&#39; written by Jim, but it seems<br>
&gt; that it only used by ZODB3.8 or later. So what should I do on ZODB3.6.2<br>
&gt; to turn off &#39;GC&#39; when do packing.<br>
&gt;<br>
&gt; ps:If this is a wrong place to ask the question, please let me know,<br>
&gt; I&#39;ll move it to the right place.<br>
<br>
</div></div>As an alternative to backporting the changes to pack, you could try<br>
doing a zexp export of the site, and then reimport the zexp into a blank<br>
Data.fs.<br>
<br>
Laurence<br>
<br>
_______________________________________________<br>
For more information about ZODB, see the ZODB Wiki:<br>
<a href="http://www.zope.org/Wikis/ZODB/" target="_blank">http://www.zope.org/Wikis/ZODB/</a><br>
<br>
ZODB-Dev mailing list &nbsp;- &nbsp;<a href="mailto:ZODB-Dev@zope.org">ZODB-Dev@zope.org</a><br>
<a href="http://mail.zope.org/mailman/listinfo/zodb-dev" target="_blank">http://mail.zope.org/mailman/listinfo/zodb-dev</a><br>
</blockquote></div><br>