[book] Document how to count rows
---------------------------------

                 Key: HBASE-5069
                 URL: https://issues.apache.org/jira/browse/HBASE-5069
             Project: HBase
          Issue Type: Improvement
            Reporter: Jean-Daniel Cryans
            Priority: Minor


I just saw that there's no documentation on how to count rows. Basically 
there's:

 - The "count" command in the shell, it's quite fast when configured with the 
right CACHE.
 - The "rowcounter" MR job, it's super fast but you need to have a MapReduce 
setup in place in order to use it.

There's also a way to estimate the row count by using the HFile tool and doing 
a bit of bash magic.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to