How accurate does the number have to be? How soon after a record is ingested does it need to participate in the count?
On Mon, Nov 9, 2015 at 10:00 AM, z11373 <[email protected]> wrote: > I want to get total rows of a table (likely has more than 100M rows), I > think > to get that information, Accumulo would have to iterate all rows :-( This > may not be typical Accumulo scenario. > > Is there a more efficient way to get total number of rows in a table? > When Accumulo iterating those items, does it mean it will pull the data to > the client? If yes, is there a way to ask it to return just the number, > since that's the only data I care. > > Thanks, > Z > > > > -- > View this message in context: > http://apache-accumulo.1065345.n5.nabble.com/total-table-rows-tp15484.html > Sent from the Developers mailing list archive at Nabble.com. >
