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.

Reply via email to