I have an hbase hosting around 80G of data(around 110 million rows). Each row has variable number of columns. I want to primarily use this hbase for key lookups(around 10 million lookups) while minimizing the time. What is the best way to do this? Is the stargate rest interface capable of handling large number of connections?