I realize that this is an HBase group, however nothing in the stated problem 
would suggest that an RDBMs couldn't handle the problem. 
Inserting 10K rows every 5 minutes poses a challenge to the database?

I guess it would be a challenge based on the size and type of data along with 
the database, schema, hardware, etc...  Essentially YMMV.

I'm not sure that switching to HBase would solve their problem.


> Date: Wed, 14 Sep 2011 08:09:13 -0700
> From: otis_gospodne...@yahoo.com
> Subject: Re: Should I use HBASE?
> To: user@hbase.apache.org
> 
> Hi,
> 
> I'd guess that you could relatively easily write something that writes that 
> much data into your RDBMS and see how writes start behaving over time and how 
> fast reads are after you are done with all writes.
> Over at Sematext we have this thing called Scalable Performance Monitoring 
> [1] service and we chose HBase to store all performance metrics, but we keep 
> a LOT of data (points).
> 
> [1] http://sematext.com/spm/index.html
> 
> 
> Not coincidentally, we also have HBase-specific monitoring and reports there.
> 
> Otis
> 
> 
> >
> >From: stable29 <arpita...@gmail.com>
> >To: hbase-u...@hadoop.apache.org
> >Sent: Wednesday, September 14, 2011 6:02 AM
> >Subject: Should I use HBASE?
> >
> >
> >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) every 5 minutes and store it in the database.
> >storing all the servers information ( around 10000 rows will be inserted
> >with logical comparison) within 5 minutes itself is challenging for RDBMS
> >database. we have to maintain around 6 months data in the database. 
> >So,that’s why the data amount becomes very huge.  This is the primary
> >requirement of our project and if it works good then this could be used
> >widely. 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.
> >-- 
> >View this message in context: 
> >http://old.nabble.com/Should-I-use-HBASE--tp32462213p32462213.html
> >Sent from the HBase User mailing list archive at Nabble.com.
> >
> >
> >
                                          

Reply via email to