What is the most network efficient method of fetch

2019-03-06 01:14发布

问题:

Say that I have a set of row keys (as a Set). What is the most network efficient method of fetching a particular column family for this set of rows ?

回答1:

Using HTable.get(List<Get> gets)



标签: java hbase