I need to store live data which is about 40-50K records /sec, evaluated MYSql and now trying HBase.
Just read in docstoc that HBase insert performance, for few 1000 rows and 10 columns with 1 MB values, is 68ms/row. My scenario is similar, we need under 10k rows, 10-20 columns and which can have thousands of version with values not greater than 300 bytes. Initially, I thought HBase can solve the puprose but reading docstoc article have put doubt in my mind. Can we get 40-50k records/sec insertion speed in HBase?? Also, there would be thousand of users who will be reading teh database also, can HBase maintain that much of speed? Thanks Gaurav -- View this message in context: http://old.nabble.com/HBase-Insert-Performance-tp27208387p27208387.html Sent from the HBase User mailing list archive at Nabble.com.
