<?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: Rounded Corners &#8211; 143 (Kool-Kid-Aid)</title>
	<atom:link href="http://labnotes.org/2007/09/07/rounded-corners-143-kool-kid-aid/feed/" rel="self" type="application/rss+xml" />
	<link>http://labnotes.org/2007/09/07/rounded-corners-143-kool-kid-aid/</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 17:36:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: raganwald</title>
		<link>http://labnotes.org/2007/09/07/rounded-corners-143-kool-kid-aid/comment-page-1/#comment-138366</link>
		<dc:creator>raganwald</dc:creator>
		<pubDate>Sun, 09 Sep 2007 12:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2007/09/07/rounded-corners-143-kool-kid-aid/#comment-138366</guid>
		<description>Although several blogs rushed to judgment over the &quot;Congrats, Late Adopters&quot; ad, it is not a hoax, but it also was not placed by Apple. It was placed by someone in the Apple Store Affiliate Program. He claims it was a bit of a joke based on the Nokia ad. Either way, Apple kicked him out of the affiliate program and the ad was pulled.

http://www.didntyouhear.com/2007/09/07/dyh-isnt-funny</description>
		<content:encoded><![CDATA[<p>Although several blogs rushed to judgment over the &#8220;Congrats, Late Adopters&#8221; ad, it is not a hoax, but it also was not placed by Apple. It was placed by someone in the Apple Store Affiliate Program. He claims it was a bit of a joke based on the Nokia ad. Either way, Apple kicked him out of the affiliate program and the ad was pulled.</p>
<p><a href="http://www.didntyouhear.com/2007/09/07/dyh-isnt-funny" rel="nofollow">http://www.didntyouhear.com/2007/09/07/dyh-isnt-funny</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Assaf</title>
		<link>http://labnotes.org/2007/09/07/rounded-corners-143-kool-kid-aid/comment-page-1/#comment-138354</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Fri, 07 Sep 2007 15:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2007/09/07/rounded-corners-143-kool-kid-aid/#comment-138354</guid>
		<description>I use the term Write Consistency Database to talk about any database server that reaches a consistent state at the end up an atomic update or transactions; the end of a write from the perspective of the application.  So PostrgreSQL is a Write Consistency Database.

A Read Consistency Database doesn&#039;t reach a consistent state at the end of an update, but helps you reconstruct a consistent state at the end of a read.  Databases like that are much easier to scale and replicate.</description>
		<content:encoded><![CDATA[<p>I use the term Write Consistency Database to talk about any database server that reaches a consistent state at the end up an atomic update or transactions; the end of a write from the perspective of the application.  So PostrgreSQL is a Write Consistency Database.</p>
<p>A Read Consistency Database doesn&#8217;t reach a consistent state at the end of an update, but helps you reconstruct a consistent state at the end of a read.  Databases like that are much easier to scale and replicate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Roussel</title>
		<link>http://labnotes.org/2007/09/07/rounded-corners-143-kool-kid-aid/comment-page-1/#comment-138353</link>
		<dc:creator>David Roussel</dc:creator>
		<pubDate>Fri, 07 Sep 2007 11:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2007/09/07/rounded-corners-143-kool-kid-aid/#comment-138353</guid>
		<description>&gt; Iâ€™d take ... if that&#039;s the first working implementation of a Read Consistency Database.

Looks to me that couchDb works in exactly the same way as postgres with regard to MVCC.  When you start a transaction in postgres you see a completely static view of the database that never changes.  If other changes do occur, they occur on later versions of the rows, and you stay looking at the version that existed at the time you started.
You can configure it to go and remove (autovaccuum) old versions of rows that are no longer visible.

Subversion works in a similar way, but the old versions are never removed.

What is it about CouchDB that seems better to you?</description>
		<content:encoded><![CDATA[<p>&gt; Iâ€™d take &#8230; if that&#8217;s the first working implementation of a Read Consistency Database.</p>
<p>Looks to me that couchDb works in exactly the same way as postgres with regard to MVCC.  When you start a transaction in postgres you see a completely static view of the database that never changes.  If other changes do occur, they occur on later versions of the rows, and you stay looking at the version that existed at the time you started.<br />
You can configure it to go and remove (autovaccuum) old versions of rows that are no longer visible.</p>
<p>Subversion works in a similar way, but the old versions are never removed.</p>
<p>What is it about CouchDB that seems better to you?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
