<?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: Matching Impedance: When to use HBase</title>
	<atom:link href="http://blog.rapleaf.com/dev/2008/03/11/matching-impedance-when-to-use-hbase/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rapleaf.com/dev/2008/03/11/matching-impedance-when-to-use-hbase/</link>
	<description>For engineers, by engineers.</description>
	<lastBuildDate>Mon, 07 May 2012 08:24:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: binumon</title>
		<link>http://blog.rapleaf.com/dev/2008/03/11/matching-impedance-when-to-use-hbase/#comment-13073</link>
		<dc:creator>binumon</dc:creator>
		<pubDate>Mon, 20 Feb 2012 12:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=26#comment-13073</guid>
		<description>Very much useful.Thanks a lot.:)</description>
		<content:encoded><![CDATA[<p>Very much useful.Thanks a lot.:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matching Impedance: When to use HBase &#124; VC Ramesh</title>
		<link>http://blog.rapleaf.com/dev/2008/03/11/matching-impedance-when-to-use-hbase/#comment-12853</link>
		<dc:creator>Matching Impedance: When to use HBase &#124; VC Ramesh</dc:creator>
		<pubDate>Sun, 08 Jan 2012 16:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=26#comment-12853</guid>
		<description>[...] Matching Impedance: When to use HBase. Share this:Like this:LikeBe the first to like this post. [...]</description>
		<content:encoded><![CDATA[<p>[...] Matching Impedance: When to use HBase. Share this:Like this:LikeBe the first to like this post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi Veeramachaneni</title>
		<link>http://blog.rapleaf.com/dev/2008/03/11/matching-impedance-when-to-use-hbase/#comment-8613</link>
		<dc:creator>Ravi Veeramachaneni</dc:creator>
		<pubDate>Tue, 18 Oct 2011 05:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=26#comment-8613</guid>
		<description>@newUser:

HBase can handle that kind of volume pretty easily. You need to estimate your size/volume of the data and size the cluster accordingly. It seems like write heavy than reading. Primary usecase is storage and further analysis at some point of time? There are several handles/knobs to get the level where you want to be. I hate to call/mention HBase as a Database rather it is a data store.</description>
		<content:encoded><![CDATA[<p>@newUser:</p>
<p>HBase can handle that kind of volume pretty easily. You need to estimate your size/volume of the data and size the cluster accordingly. It seems like write heavy than reading. Primary usecase is storage and further analysis at some point of time? There are several handles/knobs to get the level where you want to be. I hate to call/mention HBase as a Database rather it is a data store.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ibrahimovich</title>
		<link>http://blog.rapleaf.com/dev/2008/03/11/matching-impedance-when-to-use-hbase/#comment-8263</link>
		<dc:creator>Ibrahimovich</dc:creator>
		<pubDate>Mon, 19 Sep 2011 04:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=26#comment-8263</guid>
		<description>Good day to you
Interesting read indeed
I&#039;m currently pursuing my Masters; and I was thinking of HBASE; What do you think if this topic was researched? do you advise me searching into it?

 your opinion is highly appreciated 
Thank you ;</description>
		<content:encoded><![CDATA[<p>Good day to you<br />
Interesting read indeed<br />
I&#8217;m currently pursuing my Masters; and I was thinking of HBASE; What do you think if this topic was researched? do you advise me searching into it?</p>
<p> your opinion is highly appreciated<br />
Thank you ;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newUser</title>
		<link>http://blog.rapleaf.com/dev/2008/03/11/matching-impedance-when-to-use-hbase/#comment-8103</link>
		<dc:creator>newUser</dc:creator>
		<pubDate>Mon, 12 Sep 2011 13:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=26#comment-8103</guid>
		<description>Thank you for your reply. But as the information of the servers are getting stored on every 5 minutes. so, every 5 minutes around four thousand data will be inserted in the RDBMS table. That itself is difficult to finish within next 5 minutes of time because within next 5 minutes again the same scheduler will be running to collect information of the servers. i need to maintain around 4-6 months data in the database. This is the primary requirement of our project and if it works good then this could be used vastly. Basically I like to know if at all the Hbase could enhance the writing and reading time of the database and could be used to scale the database in great respect.</description>
		<content:encoded><![CDATA[<p>Thank you for your reply. But as the information of the servers are getting stored on every 5 minutes. so, every 5 minutes around four thousand data will be inserted in the RDBMS table. That itself is difficult to finish within next 5 minutes of time because within next 5 minutes again the same scheduler will be running to collect information of the servers. i need to maintain around 4-6 months data in the database. This is the primary requirement of our project and if it works good then this could be used vastly. Basically I like to know if at all the Hbase could enhance the writing and reading time of the database and could be used to scale the database in great respect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Duxbury</title>
		<link>http://blog.rapleaf.com/dev/2008/03/11/matching-impedance-when-to-use-hbase/#comment-8023</link>
		<dc:creator>Bryan Duxbury</dc:creator>
		<pubDate>Fri, 09 Sep 2011 22:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=26#comment-8023</guid>
		<description>My gut tells me that you won&#039;t find enough data in that application to justify HBase.</description>
		<content:encoded><![CDATA[<p>My gut tells me that you won&#8217;t find enough data in that application to justify HBase.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newUser</title>
		<link>http://blog.rapleaf.com/dev/2008/03/11/matching-impedance-when-to-use-hbase/#comment-8003</link>
		<dc:creator>newUser</dc:creator>
		<pubDate>Fri, 09 Sep 2011 18:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=26#comment-8003</guid>
		<description>Currently I am using RDBMS in my project. My project basically monitor servers. It has to collect the information from all the servers ( no. of servers could be very huge) after every 5 minutes and store it in the database. So,that&#039;s why the data amount becomes very huge. Is the read and write operation to the Hbase faster than RDBMS? Please suggest me what type of database will be best suit in this situation.</description>
		<content:encoded><![CDATA[<p>Currently I am using RDBMS in my project. My project basically monitor servers. It has to collect the information from all the servers ( no. of servers could be very huge) after every 5 minutes and store it in the database. So,that&#8217;s why the data amount becomes very huge. Is the read and write operation to the Hbase faster than RDBMS? Please suggest me what type of database will be best suit in this situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hbase / Hadoop Query Help - Programmers Goodies</title>
		<link>http://blog.rapleaf.com/dev/2008/03/11/matching-impedance-when-to-use-hbase/#comment-6523</link>
		<dc:creator>Hbase / Hadoop Query Help - Programmers Goodies</dc:creator>
		<pubDate>Mon, 04 Jul 2011 22:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=26#comment-6523</guid>
		<description>[...] what HBase does differently than a &#8220;traditional&#8221; RDBMS, check out this awesome article: Matching Impedance: When to use HBase by Bryan [...]</description>
		<content:encoded><![CDATA[<p>[...] what HBase does differently than a &#8220;traditional&#8221; RDBMS, check out this awesome article: Matching Impedance: When to use HBase by Bryan [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasadak</title>
		<link>http://blog.rapleaf.com/dev/2008/03/11/matching-impedance-when-to-use-hbase/#comment-6273</link>
		<dc:creator>prasadak</dc:creator>
		<pubDate>Thu, 30 Jun 2011 04:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=26#comment-6273</guid>
		<description>Thanks for the reply. Actually consider one simple usecase. suppose i have two relationship tables employee and dept in RDBMS. In RDBMS, I can retrieve data by joining these tables using sql query as they have primary- foreign key relation. But how can i design the same tables in hbase? or how can i keep the same relation using hbase? i need data from both these tables ( after joining) .. how can I possible it in Hbase?</description>
		<content:encoded><![CDATA[<p>Thanks for the reply. Actually consider one simple usecase. suppose i have two relationship tables employee and dept in RDBMS. In RDBMS, I can retrieve data by joining these tables using sql query as they have primary- foreign key relation. But how can i design the same tables in hbase? or how can i keep the same relation using hbase? i need data from both these tables ( after joining) .. how can I possible it in Hbase?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Duxbury</title>
		<link>http://blog.rapleaf.com/dev/2008/03/11/matching-impedance-when-to-use-hbase/#comment-5573</link>
		<dc:creator>Bryan Duxbury</dc:creator>
		<pubDate>Mon, 13 Jun 2011 17:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=26#comment-5573</guid>
		<description>If you rely on stored procedures, HBase is probably not the tool for you.</description>
		<content:encoded><![CDATA[<p>If you rely on stored procedures, HBase is probably not the tool for you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

