It seems no way from resultscanner, resultscanner only return the corect rows. scan without filters, and then compare the result
[email protected] From: seanhouse79 Date: 2015-03-19 05:20 To: user Subject: How to find how many rows a scan went through to get the result? Hi, I have hbase scan with some filters. If the scan going through 1 million rows then the filters reduce it down to 100 rows to send back to the client. How can I know that the scan went through 1 million rows? Is it possible to see it from the ResultScanner? Thanks, -- View this message in context: http://apache-hbase.679495.n3.nabble.com/How-to-find-how-many-rows-a-scan-went-through-to-get-the-result-tp4069392.html Sent from the HBase User mailing list archive at Nabble.com.
