Hbase API 最佳實踐_讀

1  Scan.setCaching(N), 掃描時使用緩存,減小客戶端到服務端RPC次數。同時注意:客戶端和服務端的緩存使用都會增長。緩存

   // Set the number of rows for caching that will be passed to scanners.this

2  關閉ResultScannersed

3  塊緩存使用方法:  Get/Scan.setCacheBlocks(true/false); //Set whether blocks should be cached for this Scan.方法

   當在MR中使用掃描時,應當設爲false客戶端

相關文章
相關標籤/搜索