Hello,
I would like to know if any of is are using HBase as a versioned key/value store. What I mean by versioned is keys map to multiple values with timestamp.

So the whole table would have many rows and only one column family with one column.

I'm trying to work out what performance could I get from this design, because right now I can only get about 1500 - 2000 requests per second on 4 medium servers, and I'd like to get about 10x more. I know that it's not optimal use for HBase, but if only it was 10x faster I would't have to use any other system for this.

Thanks in advance for any ideas.

--
Wojciech Langiewicz

Reply via email to