<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Gradual deployment of schema changes</title>
	<atom:link href="http://nothing.tmtm.com/2009/02/gradual-deployment-of-schema-changes/feed/" rel="self" type="application/rss+xml" />
	<link>http://nothing.tmtm.com/2009/02/gradual-deployment-of-schema-changes/</link>
	<description>Tony Bowden's ramblings</description>
	<lastBuildDate>Wed, 25 Jan 2012 17:50:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Best practices for schema changes and data migrations to a live database without downtime? &#124; web technical support</title>
		<link>http://nothing.tmtm.com/2009/02/gradual-deployment-of-schema-changes/comment-page-1/#comment-3981</link>
		<dc:creator>Best practices for schema changes and data migrations to a live database without downtime? &#124; web technical support</dc:creator>
		<pubDate>Wed, 18 Jan 2012 23:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://nothing.tmtm.com/?p=2701#comment-3981</guid>
		<description>[...] article deals with the problem http://nothing.tmtm.com/2009/02/gradual-deployment-of-schema-changes/ but I didn&#8217;t really understand step 3. He says to write to both tables, then migrate old data [...]</description>
		<content:encoded><![CDATA[<p>[...] article deals with the problem <a href="http://nothing.tmtm.com/2009/02/gradual-deployment-of-schema-changes/" rel="nofollow">http://nothing.tmtm.com/2009/02/gradual-deployment-of-schema-changes/</a> but I didn&#8217;t really understand step 3. He says to write to both tables, then migrate old data [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What are some strategies for continuous deployment when database schemas are changing? - Quora</title>
		<link>http://nothing.tmtm.com/2009/02/gradual-deployment-of-schema-changes/comment-page-1/#comment-3428</link>
		<dc:creator>What are some strategies for continuous deployment when database schemas are changing? - Quora</dc:creator>
		<pubDate>Mon, 24 Jan 2011 23:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://nothing.tmtm.com/?p=2701#comment-3428</guid>
		<description>[...] Schmidt, CTO @ netguru, http://blog.netguru.pl Here is a great writeup on this:http://nothing.tmtm.com/2009/02/...Insert a dynamic date hereView All 0 CommentsCannot add comment at this [...]</description>
		<content:encoded><![CDATA[<p>[...] Schmidt, CTO @ netguru, <a href="http://blog.netguru.pl" rel="nofollow">http://blog.netguru.pl</a> Here is a great writeup on this:<a href="http://nothing.tmtm.com/2009/02/...Insert" rel="nofollow">http://nothing.tmtm.com/2009/02/&#8230;Insert</a> a dynamic date hereView All 0 CommentsCannot add comment at this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://nothing.tmtm.com/2009/02/gradual-deployment-of-schema-changes/comment-page-1/#comment-3067</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 04 Feb 2010 22:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://nothing.tmtm.com/?p=2701#comment-3067</guid>
		<description>There&#039;s a tool called ChronicDB that tries to address this problem of &quot;before&quot; and &quot;after&quot; versions of client applications.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a tool called ChronicDB that tries to address this problem of &#8220;before&#8221; and &#8220;after&#8221; versions of client applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aristotle Pagaltzis</title>
		<link>http://nothing.tmtm.com/2009/02/gradual-deployment-of-schema-changes/comment-page-1/#comment-300</link>
		<dc:creator>Aristotle Pagaltzis</dc:creator>
		<pubDate>Wed, 01 Apr 2009 04:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://nothing.tmtm.com/?p=2701#comment-300</guid>
		<description>&lt;blockquote&gt;
  Someone recently posited that a database archaeologist could tell the age of a system by how many 1-1 relationships still existed. I can’t remember who or where
&lt;/blockquote&gt;

You mean &lt;a href=&quot;http://push.cx/2009/rules-of-database-app-aging&quot; rel=&quot;nofollow&quot;&gt;Rules of Database App Aging&lt;/a&gt;. And actually, he says that it’s not remaining 1-to-1 relationships that he gauges age by, but remaining &lt;code&gt;NOT NULL&lt;/code&gt; constraints.</description>
		<content:encoded><![CDATA[<blockquote><p>
  Someone recently posited that a database archaeologist could tell the age of a system by how many 1-1 relationships still existed. I can’t remember who or where
</p></blockquote>
<p>You mean <a href="http://push.cx/2009/rules-of-database-app-aging" rel="nofollow">Rules of Database App Aging</a>. And actually, he says that it’s not remaining 1-to-1 relationships that he gauges age by, but remaining <code>NOT NULL</code> constraints.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy Fitz</title>
		<link>http://nothing.tmtm.com/2009/02/gradual-deployment-of-schema-changes/comment-page-1/#comment-299</link>
		<dc:creator>Timothy Fitz</dc:creator>
		<pubDate>Tue, 17 Feb 2009 04:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://nothing.tmtm.com/?p=2701#comment-299</guid>
		<description>This is almost exactly what we do at IMVU. There are some additional wrinkles when you need to change high volume tables or large data size tables, but otherwise the process is almost exactly the same.</description>
		<content:encoded><![CDATA[<p>This is almost exactly what we do at IMVU. There are some additional wrinkles when you need to change high volume tables or large data size tables, but otherwise the process is almost exactly the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://nothing.tmtm.com/2009/02/gradual-deployment-of-schema-changes/comment-page-1/#comment-298</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 16 Feb 2009 23:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://nothing.tmtm.com/?p=2701#comment-298</guid>
		<description>For something where you&#039;re already deployed this sounds great. Anymore I if I find I&#039;ve got to have a schema, then I do something similar to a &lt;a href=&quot;http://books.google.com/books?id=D1QB4onZFMEC&amp;pg=PA153&amp;lpg=PA153&amp;dq=generic+entity+clouds&amp;source=bl&amp;ots=cqkWp9w2GK&amp;sig=FUrJvj1RlptHxpRFZfxqCpfDHT4&amp;hl=en&amp;ei=__uZScasF8mH-gbY-aSPCQ&amp;sa=X&amp;oi=book_result&amp;resnum=1&amp;ct=result&quot; rel=&quot;nofollow&quot;&gt;Generic Entity Cloud&lt;/a&gt; that my step dad was involved in documenting. A really simple (and rather broken) implementation is here: http://github.com/cdent/bzhl7/blob/3e9eff8a0c9a1bd1c668b53a4e2bb786ff3586e4/GEC.pm</description>
		<content:encoded><![CDATA[<p>For something where you&#8217;re already deployed this sounds great. Anymore I if I find I&#8217;ve got to have a schema, then I do something similar to a <a href="http://books.google.com/books?id=D1QB4onZFMEC&amp;pg=PA153&amp;lpg=PA153&amp;dq=generic+entity+clouds&amp;source=bl&amp;ots=cqkWp9w2GK&amp;sig=FUrJvj1RlptHxpRFZfxqCpfDHT4&amp;hl=en&amp;ei=__uZScasF8mH-gbY-aSPCQ&amp;sa=X&amp;oi=book_result&amp;resnum=1&amp;ct=result" rel="nofollow">Generic Entity Cloud</a> that my step dad was involved in documenting. A really simple (and rather broken) implementation is here: <a href="http://github.com/cdent/bzhl7/blob/3e9eff8a0c9a1bd1c668b53a4e2bb786ff3586e4/GEC.pm" rel="nofollow">http://github.com/cdent/bzhl7/blob/3e9eff8a0c9a1bd1c668b53a4e2bb786ff3586e4/GEC.pm</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

