Hi Sanooj, I'm not sure what you mean by "loading data in our HBase table into in-memory", but Phoenix queries tables in parallel, even within a region depending on how you've configured statistics and guideposts as described here: http://phoenix.apache.org/update_statistics.html
Thanks, James On Wednesday, October 19, 2016, Sanooj Padmakumar <p.san...@gmail.com> wrote: > Hi All > > > We are are loading data in our HBase table into in-memory. For this we > provide a start row and end row and scan the hbase regions. Is there a way > we can scan a big region in parallel to fasten this whole process ? Any > help/pointers on this will be of great help. > > -- > Thanks, > Sanooj Padmakumar >