<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Recombining ZODB storages</title>
	<link>http://david.wglick.org/2009/recombining-zodb-storages/</link>
	<description></description>
	<pubDate>Fri, 30 Jul 2010 20:28:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: davisagli</title>
		<link>http://david.wglick.org/2009/recombining-zodb-storages/#comment-8968</link>
		<dc:creator>davisagli</dc:creator>
		<pubDate>Sun, 14 Mar 2010 15:24:44 +0000</pubDate>
		<guid>http://david.wglick.org/2009/recombining-zodb-storages/#comment-8968</guid>
		<description>@Jean: We routinely create a separate filestorage for each site, for the same reasons you describe.  We've never had trouble with cross-references except when we were using several filestorages for the *same* site.  (Any of our clients only has access to one site, and our staff knows not to copy and paste between sites.)</description>
		<content:encoded><![CDATA[<p>@Jean: We routinely create a separate filestorage for each site, for the same reasons you describe.  We&#8217;ve never had trouble with cross-references except when we were using several filestorages for the *same* site.  (Any of our clients only has access to one site, and our staff knows not to copy and paste between sites.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean Jordaan</title>
		<link>http://david.wglick.org/2009/recombining-zodb-storages/#comment-8967</link>
		<dc:creator>Jean Jordaan</dc:creator>
		<pubDate>Sun, 14 Mar 2010 15:10:49 +0000</pubDate>
		<guid>http://david.wglick.org/2009/recombining-zodb-storages/#comment-8967</guid>
		<description>When is a good time to split ZODB? I want to have a filestorage per Plone instance. Reasons are that each Plone is backed up seperately, and they're easy to move to another Zope if I get the urge. I can also easily see which ones are biggest. However if they're going to cause breakage with cross-database cut'n'paste, it may be a bad idea.</description>
		<content:encoded><![CDATA[<p>When is a good time to split ZODB? I want to have a filestorage per Plone instance. Reasons are that each Plone is backed up seperately, and they&#8217;re easy to move to another Zope if I get the urge. I can also easily see which ones are biggest. However if they&#8217;re going to cause breakage with cross-database cut&#8217;n'paste, it may be a bad idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davisagli</title>
		<link>http://david.wglick.org/2009/recombining-zodb-storages/#comment-6664</link>
		<dc:creator>davisagli</dc:creator>
		<pubDate>Thu, 10 Dec 2009 15:55:34 +0000</pubDate>
		<guid>http://david.wglick.org/2009/recombining-zodb-storages/#comment-6664</guid>
		<description>ZODB 3.8 doesn't throw KeyErrors while packing anymore if it encounters cross-references, but it still isn't smart enough to keep from garbage collecting an object that is only referenced from another database. For that you need zc.zodbdgc, I think. In ZODB 3.9 there is an option to disallow cross-references entirely in the first place.</description>
		<content:encoded><![CDATA[<p>ZODB 3.8 doesn&#8217;t throw KeyErrors while packing anymore if it encounters cross-references, but it still isn&#8217;t smart enough to keep from garbage collecting an object that is only referenced from another database. For that you need zc.zodbdgc, I think. In ZODB 3.9 there is an option to disallow cross-references entirely in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amleczko</title>
		<link>http://david.wglick.org/2009/recombining-zodb-storages/#comment-6663</link>
		<dc:creator>amleczko</dc:creator>
		<pubDate>Thu, 10 Dec 2009 15:41:53 +0000</pubDate>
		<guid>http://david.wglick.org/2009/recombining-zodb-storages/#comment-6663</guid>
		<description>what about using ZODB 3.8.x? It handles multi-references quite well</description>
		<content:encoded><![CDATA[<p>what about using ZODB 3.8.x? It handles multi-references quite well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linux_Blade_guy</title>
		<link>http://david.wglick.org/2009/recombining-zodb-storages/#comment-6596</link>
		<dc:creator>Linux_Blade_guy</dc:creator>
		<pubDate>Thu, 03 Dec 2009 15:09:50 +0000</pubDate>
		<guid>http://david.wglick.org/2009/recombining-zodb-storages/#comment-6596</guid>
		<description>You are my hero, seriously!! 

I inherited a Plone site with exactly this scenario - the portal_catalog has been split in to another database, I get 'n' key errors when packing and it's had POSKeyError problems in the past.  

Haven't tried out your solution yet but this is the first bit of info I've seen that both explains the problem and tells what to do about it!</description>
		<content:encoded><![CDATA[<p>You are my hero, seriously!! </p>
<p>I inherited a Plone site with exactly this scenario - the portal_catalog has been split in to another database, I get &#8216;n&#8217; key errors when packing and it&#8217;s had POSKeyError problems in the past.  </p>
<p>Haven&#8217;t tried out your solution yet but this is the first bit of info I&#8217;ve seen that both explains the problem and tells what to do about it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
