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

后端 未结 1 1590
醉梦人生
醉梦人生 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 gets)

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