<?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: An interesting new player in the Database world</title>
	<atom:link href="http://www.webalis.com/2008/02/an-interesting-new-player-in-the-database-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webalis.com/2008/02/an-interesting-new-player-in-the-database-world/</link>
	<description></description>
	<lastBuildDate>Thu, 10 Sep 2009 20:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ProjectX Blog &#187; Blog Archive &#187; Digest - Xlinks 16/2/08</title>
		<link>http://www.webalis.com/2008/02/an-interesting-new-player-in-the-database-world/comment-page-1/#comment-27</link>
		<dc:creator>ProjectX Blog &#187; Blog Archive &#187; Digest - Xlinks 16/2/08</dc:creator>
		<pubDate>Sat, 16 Feb 2008 00:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.webalis.com/2008/02/09/an-interesting-new-player-in-the-database-world/#comment-27</guid>
		<description>[...] new player in the database market - Bigtable  Added on 02/12/2008 at 10:33AM new player in the database market - Bigtable  [...]</description>
		<content:encoded><![CDATA[<p>[...] new player in the database market &#8211; Bigtable  Added on 02/12/2008 at 10:33AM new player in the database market &#8211; Bigtable  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interesting Links of the week(Feb 15th 2008) &#171; Rambling</title>
		<link>http://www.webalis.com/2008/02/an-interesting-new-player-in-the-database-world/comment-page-1/#comment-26</link>
		<dc:creator>Interesting Links of the week(Feb 15th 2008) &#171; Rambling</dc:creator>
		<pubDate>Fri, 15 Feb 2008 13:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.webalis.com/2008/02/09/an-interesting-new-player-in-the-database-world/#comment-26</guid>
		<description>[...] 1.An interesting new player in the Database world.  2.Years of Experience Does Matter. 3.Java SE 6 Update N(Formerly consumer JRE) Early Access. 4.JSR 666: Solving Java&#8217;s Problems. 5.First make it right. Then make it fast. 6.Reflection in Action. 7.GWT-Ext 2.0 released. [...]</description>
		<content:encoded><![CDATA[<p>[...] 1.An interesting new player in the Database world.  2.Years of Experience Does Matter. 3.Java SE 6 Update N(Formerly consumer JRE) Early Access. 4.JSR 666: Solving Java&#8217;s Problems. 5.First make it right. Then make it fast. 6.Reflection in Action. 7.GWT-Ext 2.0 released. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thierry</title>
		<link>http://www.webalis.com/2008/02/an-interesting-new-player-in-the-database-world/comment-page-1/#comment-25</link>
		<dc:creator>Thierry</dc:creator>
		<pubDate>Mon, 11 Feb 2008 23:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.webalis.com/2008/02/09/an-interesting-new-player-in-the-database-world/#comment-25</guid>
		<description>&lt;blockquote&gt;
I don’t think you’d be able to use this database system to replace PostgreSQL or MySQL, Thierry. I’m sure for some applications, it would work well but you wouldn’t be able to (AFAICT) join tables and perform complex queries because the model they expose is not relational.
&lt;/blockquote&gt;
It&#039;s not exactly the idea I had in mind...
My idea was more to have several databases nodes (I would call them &quot;grapes&quot;) that where independent, and that would be able to replicate to another &quot;grapes&quot;.
A bit like a peer2peer sharing software works, aggregating several clients.

As I stated, I&#039;ve designed a web page screenshoting service (waiting for a real server to be up before announcing it, I don&#039;t want to hammer my virtual server), and I specifically thought about the picture storage here.
I imagined that having independant implementations that would do the capture, and store the picture in a distributed database would allow
A) To have independant nodes that can serve request
B) To allow the exchange of cached shots between several grapes, to lighten the resources.

I&#039;m nowhere near this, but thinking about it is something that makes me wonder if anything like this exists today.

The more I read about it, and I try to visualize how to implement it, the more I see that&#039;s is a very specialized area, and it would not work the way I would like, but this makes me wonder nonetheless...

It especially remembers me of &lt;a href=&quot;http://www.peercast.org/&quot; rel=&quot;nofollow&quot;&gt;PeerCast&lt;/a&gt; which would relay web-radios streaming through the gnutella peer2peer network protocol.
The idea was really good, and I liked it very much.
It was a bit of bitTorrent before it&#039;s time, distributing radio bandwidth between it&#039;s listener.</description>
		<content:encoded><![CDATA[<blockquote><p>
I don’t think you’d be able to use this database system to replace PostgreSQL or MySQL, Thierry. I’m sure for some applications, it would work well but you wouldn’t be able to (AFAICT) join tables and perform complex queries because the model they expose is not relational.
</p></blockquote>
<p>It&#8217;s not exactly the idea I had in mind&#8230;<br />
My idea was more to have several databases nodes (I would call them &#8220;grapes&#8221;) that where independent, and that would be able to replicate to another &#8220;grapes&#8221;.<br />
A bit like a peer2peer sharing software works, aggregating several clients.</p>
<p>As I stated, I&#8217;ve designed a web page screenshoting service (waiting for a real server to be up before announcing it, I don&#8217;t want to hammer my virtual server), and I specifically thought about the picture storage here.<br />
I imagined that having independant implementations that would do the capture, and store the picture in a distributed database would allow<br />
A) To have independant nodes that can serve request<br />
B) To allow the exchange of cached shots between several grapes, to lighten the resources.</p>
<p>I&#8217;m nowhere near this, but thinking about it is something that makes me wonder if anything like this exists today.</p>
<p>The more I read about it, and I try to visualize how to implement it, the more I see that&#8217;s is a very specialized area, and it would not work the way I would like, but this makes me wonder nonetheless&#8230;</p>
<p>It especially remembers me of <a href="http://www.peercast.org/" rel="nofollow">PeerCast</a> which would relay web-radios streaming through the gnutella peer2peer network protocol.<br />
The idea was really good, and I liked it very much.<br />
It was a bit of bitTorrent before it&#8217;s time, distributing radio bandwidth between it&#8217;s listener.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sharvil</title>
		<link>http://www.webalis.com/2008/02/an-interesting-new-player-in-the-database-world/comment-page-1/#comment-22</link>
		<dc:creator>sharvil</dc:creator>
		<pubDate>Mon, 11 Feb 2008 17:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.webalis.com/2008/02/09/an-interesting-new-player-in-the-database-world/#comment-22</guid>
		<description>It looks like they&#039;re leveraging the &lt;a href=&quot;http://hadoop.apache.org/core/&quot; rel=&quot;nofollow&quot;&gt;Hadoop&lt;/a&gt; infrastructure for this project. It&#039;s nice to see such large-scale open-source projects implementing systems that have proved successful in the industry.

I don&#039;t think you&#039;d be able to use this database system to replace PostgreSQL or MySQL, Thierry. I&#039;m sure for some applications, it would work well but you wouldn&#039;t be able to (AFAICT) join tables and perform complex queries because the model they expose is not relational. In fact, you&#039;d even lose constraints on columns and referential integrity. I think Bigtable and HyperTable are attempts at solving a smaller, specialized set of problems in a more efficient  way than a relational database.</description>
		<content:encoded><![CDATA[<p>It looks like they&#8217;re leveraging the <a href="http://hadoop.apache.org/core/" rel="nofollow">Hadoop</a> infrastructure for this project. It&#8217;s nice to see such large-scale open-source projects implementing systems that have proved successful in the industry.</p>
<p>I don&#8217;t think you&#8217;d be able to use this database system to replace PostgreSQL or MySQL, Thierry. I&#8217;m sure for some applications, it would work well but you wouldn&#8217;t be able to (AFAICT) join tables and perform complex queries because the model they expose is not relational. In fact, you&#8217;d even lose constraints on columns and referential integrity. I think Bigtable and HyperTable are attempts at solving a smaller, specialized set of problems in a more efficient  way than a relational database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.webalis.com/2008/02/an-interesting-new-player-in-the-database-world/comment-page-1/#comment-24</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Mon, 11 Feb 2008 15:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.webalis.com/2008/02/09/an-interesting-new-player-in-the-database-world/#comment-24</guid>
		<description>Hypertable is still in Alpha release</description>
		<content:encoded><![CDATA[<p>Hypertable is still in Alpha release</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Forrest</title>
		<link>http://www.webalis.com/2008/02/an-interesting-new-player-in-the-database-world/comment-page-1/#comment-23</link>
		<dc:creator>Forrest</dc:creator>
		<pubDate>Sun, 10 Feb 2008 03:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.webalis.com/2008/02/09/an-interesting-new-player-in-the-database-world/#comment-23</guid>
		<description>Truly high-scale database applications are in a league of their own.  We&#039;ve been having trouble with distributed queries in SQL Server not being delegated to the foreign server to perform joins.  Instead an entire table is copied into temporary storage and parsed using a table scan.  We&#039;ve been starting to do some innovating things to fight the issue ... but that distracts you from writing the actual functionality you&#039;re working on.

I&#039;m very eager to hear the results of your testing.</description>
		<content:encoded><![CDATA[<p>Truly high-scale database applications are in a league of their own.  We&#8217;ve been having trouble with distributed queries in SQL Server not being delegated to the foreign server to perform joins.  Instead an entire table is copied into temporary storage and parsed using a table scan.  We&#8217;ve been starting to do some innovating things to fight the issue &#8230; but that distracts you from writing the actual functionality you&#8217;re working on.</p>
<p>I&#8217;m very eager to hear the results of your testing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.269 seconds -->
