Hi All I have multiple range Queries which I need to fire on same table and Want the result at single call.
I did little bit search and found https://issues.apache.org/jira/browse/HBASE-11144 is there any alternative for this? which can give same performance. Will it give much better result then firing the each range query in separate scan and collating the results from each scan. Also if its not possible can you please guide how to apply this patch.
