Wednesday, 15 June 2011

stargate - hbase lookup performance -



stargate - hbase lookup performance -

i have hbase hosting around 80g of data(around 110 1000000 rows). each row has variable number of columns. want utilize hbase key lookups(around 10 1000000 lookups) while minimizing time. best way this? stargate rest interface capable of handling big number of connections?

since 10 1000000 lookup high maybe using memcache or redis improve choice. because 80gb plenty size yo maintain in memory.

if insist on hbase bloom filter help you. using connection pool , parallel threads helpful performance improvement.

hbase stargate

No comments:

Post a Comment