Is it a good use case to store realtime logs into hbase?

I am thinking of using unix timestamp as the key, and we have 100K/rows per 
seconds, and 100 bytes per row (about 10MB/second).
Users can do range query to get the latest rows. Periodically, we rotate the 
tables.

In my case, the key is monotonically increasing but HBase is general enough to 
take random keys.
I am not sure this is a good use case for HBase.

Does anybody have similar use case? Does HBase work well for this?

Zheng

Reply via email to