Re: Table Statistics

2015-12-15 Thread Josh Elser
No, we don't have any means to obtain table statistics through our public API (the collection of code which we guarantee stability on). We have https://issues.apache.org/jira/browse/ACCUMULO-3206 open for future work, but no one has started working on it. Dylan's comment from

Table Statistics

2015-12-15 Thread peter.mar...@baesystems.com
Hi, I was wondering if there is any "recognized" way to obtain table statistics. Ideally, given a Key range I would like to know the number of distinct rowids, entries and amount of data (in bytes) in that key range. I assume that Accumulo holds at least some of this information