HI, I am loading hbase table into an in-memory db to support filter, ordering and pagination.
I am scanning region and inserting data into in-memory db. each region scan is done in single thread so each region is scanned in parallel. Is there any way to scan a region in parallel ? any pointers would be helpful. Thanks
