<?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: Data Layer Diversity: It&#8217;s Not Just Relational Anymore</title>
	<atom:link href="http://redmonk.com/sogrady/2006/01/27/data-layer-diversity-its-not-just-relational-anymore/feed/" rel="self" type="application/rss+xml" />
	<link>http://redmonk.com/sogrady/2006/01/27/data-layer-diversity-its-not-just-relational-anymore/</link>
	<description>because technology is just another ecosystem</description>
	<lastBuildDate>Wed, 25 Jan 2012 16:19:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Scott Sanders</title>
		<link>http://redmonk.com/sogrady/2006/01/27/data-layer-diversity-its-not-just-relational-anymore/comment-page-1/#comment-1538</link>
		<dc:creator>Scott Sanders</dc:creator>
		<pubDate>Tue, 31 Jan 2006 12:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://redmonk.com/sogrady/wp/?p=710#comment-1538</guid>
		<description>Sometimes an RDBMS is just plain overkill.  FeedLounge does a very large number of key-&gt;value lookups, and the database was just overloaded with the writes. 
 
Moving some of those reads/writes to a Berkeley DB backend uses almost no CPU, and the database is free for other work. 
 
FeedLounge is also starting to use MogileFS to offload a large portion of the content processing. 
 
Since our application is not just &#039;read mostly&#039;, the architecture has to get a bit more complex to deal with it.  Tradeoffs for the greater good. 
 
Note that FeedLounge has always and will always use a RDBMS for a portion of the system, but sometimes other storage/persistence models are more suited for the job. </description>
		<content:encoded><![CDATA[<p>Sometimes an RDBMS is just plain overkill.  FeedLounge does a very large number of key-&gt;value lookups, and the database was just overloaded with the writes. </p>
<p>Moving some of those reads/writes to a Berkeley DB backend uses almost no CPU, and the database is free for other work. </p>
<p>FeedLounge is also starting to use MogileFS to offload a large portion of the content processing. </p>
<p>Since our application is not just &#039;read mostly&#039;, the architecture has to get a bit more complex to deal with it.  Tradeoffs for the greater good. </p>
<p>Note that FeedLounge has always and will always use a RDBMS for a portion of the system, but sometimes other storage/persistence models are more suited for the job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaime Cardoso</title>
		<link>http://redmonk.com/sogrady/2006/01/27/data-layer-diversity-its-not-just-relational-anymore/comment-page-1/#comment-1537</link>
		<dc:creator>Jaime Cardoso</dc:creator>
		<pubDate>Mon, 30 Jan 2006 13:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://redmonk.com/sogrady/wp/?p=710#comment-1537</guid>
		<description>Well the reasonings at the time were cost (Oracle and all were too expensive), Administering an LDAP server was a lot easier than adminestering a DB and, Netscape was interested in promoting LDAP (and had a lot of know how in developing over LDAP). 
I don&#039;t think most of the reasons still hold today but, in a world where one size does not fit all, this just proves that there are other ways. </description>
		<content:encoded><![CDATA[<p>Well the reasonings at the time were cost (Oracle and all were too expensive), Administering an LDAP server was a lot easier than adminestering a DB and, Netscape was interested in promoting LDAP (and had a lot of know how in developing over LDAP).<br />
I don&#039;t think most of the reasons still hold today but, in a world where one size does not fit all, this just proves that there are other ways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephen o&#039;grady</title>
		<link>http://redmonk.com/sogrady/2006/01/27/data-layer-diversity-its-not-just-relational-anymore/comment-page-1/#comment-1536</link>
		<dc:creator>stephen o&#039;grady</dc:creator>
		<pubDate>Mon, 30 Jan 2006 11:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://redmonk.com/sogrady/wp/?p=710#comment-1536</guid>
		<description>cote: i&#039;d have to dig around, but most of the open source vendors have some embedded success stories. db4ojects, in particular, has had a substantial degree of success in that arena.  
 
Jaime: interesting - what&#039;s the advantage of using LDAP in that fashion? the lightweight aspects? </description>
		<content:encoded><![CDATA[<p>cote: i&#039;d have to dig around, but most of the open source vendors have some embedded success stories. db4ojects, in particular, has had a substantial degree of success in that arena.  </p>
<p>Jaime: interesting &#8211; what&#039;s the advantage of using LDAP in that fashion? the lightweight aspects?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaime Cardoso</title>
		<link>http://redmonk.com/sogrady/2006/01/27/data-layer-diversity-its-not-just-relational-anymore/comment-page-1/#comment-1535</link>
		<dc:creator>Jaime Cardoso</dc:creator>
		<pubDate>Sat, 28 Jan 2006 17:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://redmonk.com/sogrady/wp/?p=710#comment-1535</guid>
		<description>Some years ago, Netscape launched a e-commerce store that was an Web server serving some HTML forms and, in the backend, an LDAP server (Netscape Directory Server 3.x). 
I&#039;m not saying that LDAP is the best protocol for it but, since those stores were in production in several sites, it proves that it can be done. </description>
		<content:encoded><![CDATA[<p>Some years ago, Netscape launched a e-commerce store that was an Web server serving some HTML forms and, in the backend, an LDAP server (Netscape Directory Server 3.x).<br />
I&#039;m not saying that LDAP is the best protocol for it but, since those stores were in production in several sites, it proves that it can be done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cote&#039;</title>
		<link>http://redmonk.com/sogrady/2006/01/27/data-layer-diversity-its-not-just-relational-anymore/comment-page-1/#comment-1534</link>
		<dc:creator>Cote&#039;</dc:creator>
		<pubDate>Sat, 28 Jan 2006 09:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://redmonk.com/sogrady/wp/?p=710#comment-1534</guid>
		<description>Do you have any info on MySQL and other OSS DB&#039;s being used as an &quot;embeded&quot; or bunbled DB in products? And how that scales? 
 
The reason I ask is because many of the scaling success stories -- &quot;Flickr, Google, LiveJournal&quot; -- are SAAS-based apps where scaling can mean &quot;throw more hardware at it. But, in the product case (when the DB is embeded/bundled), that&#039;s not so much the case. 
 
As I&#039;m sure you know, I&#039;m not one of those &quot;on ramp&quot; people either: BUT, I haven&#039;t come across much about using the LAMP stack (or parts of it like MySQL, etc.) in &quot;shrink-wrapped&quot; products. </description>
		<content:encoded><![CDATA[<p>Do you have any info on MySQL and other OSS DB&#039;s being used as an &quot;embeded&quot; or bunbled DB in products? And how that scales? </p>
<p>The reason I ask is because many of the scaling success stories &#8212; &quot;Flickr, Google, LiveJournal&quot; &#8212; are SAAS-based apps where scaling can mean &quot;throw more hardware at it. But, in the product case (when the DB is embeded/bundled), that&#039;s not so much the case. </p>
<p>As I&#039;m sure you know, I&#039;m not one of those &quot;on ramp&quot; people either: BUT, I haven&#039;t come across much about using the LAMP stack (or parts of it like MySQL, etc.) in &quot;shrink-wrapped&quot; products.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Object Caching 288/290 objects using xcache

Served from: redmonk.com @ 2012-02-14 09:26:41 -->
