What is the most network efficient method of fetching a set of rows in HBase?

后端 未结 1 1589
醉梦人生
醉梦人生 2021-01-26 10:09

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条回答
  • 2021-01-26 11:05

    Using HTable.get(List<Get> gets)

    0 讨论(0)
提交回复
热议问题