Re: Default value of caching in Scanner

2016-11-01 Thread Yu Li
A brief answer yes, by default the caching size is Integer.MAX_VALUE now and it's a big difference from 0.98. This is changed by HBASE-11544 and you could find below statement on http://hbase.apache.org/book.html: hbase.client.scanner.caching Description Number of rows that we try to fetch when c

Re: Default value of caching in Scanner

2016-11-01 Thread Sachin Jain
Thanks Yu!! This is very helpful. On Tue, Nov 1, 2016 at 2:45 PM, Yu Li wrote: > A brief answer yes, by default the caching size is Integer.MAX_VALUE now > and it's a big difference from 0.98. This is changed by HBASE-11544 and you > could find below statement on http://hbase.apache.org/book.htm