I have hbase.client.scanner.caching as 100.  I am scanning a table. For
instance say we have 500 rows matching for the current scan. When I give
the statement ResultScanner.next() what will happen? whether it will return
100 rows for each next operation or something else


Thanks

Reply via email to