Hey Gagan, If you have a list of row keys, the MultiGet API being worked on at https://issues.apache.org/jira/browse/HBASE-1845 would be of use. As it currently stands, for a small number of keys, you will probably want to make the requests in parallel on the client. For a larger number of keys, a scan with a filter would make sense.
Later, Jeff On Sun, Aug 8, 2010 at 11:22 PM, Gagandeep Singh <[email protected] > wrote: > Is there any other way of doing it?
