Hi,

>From what I can tell, there are two ways of scanning a table in HBase. I'm
hoping to learn a bit by asking is the most efficient way to grab a single
row from an HTable?

One can ask the HTable directly by creating a Get object, or one can create
a Scan object with a Get object and pass it along to the HTable.

Maybe it doesn't matter. By looking at the source code I couldn't see how
any one way might be faster/better than another.

Thanks.

Reply via email to