You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by WangYQ <wa...@163.com> on 2016/03/07 09:04:24 UTC

in some case class StoreScanner can noly do seekScanner in serial

version : hbase 0.98.10
class: storeScanner
method: seekScanners(line 314 to 334)


if we add columns to scan, then parameter "isLazy"  will be false
so we can only do seek in serial, not  parallel