DomGarguilo opened a new issue, #6035:
URL: https://github.com/apache/accumulo/issues/6035

   This tickets is mostly to get some feedback on whether this feature is a 
worthwhile task or not.
   
   Currently, `listtablets` uses `getTabletInformation()` from table ops. As of 
#6027, `getTabletInformation()` accepts a List<RowRange>. Currently the 
listtablets command just pulls from `getTabletInformation()` passing in  a 
single `RowRange.all()`.
   
   My question is, would it be helpful in any way to add begin/end/row options 
to listtablet (similar to getavailability) to accept and limit scanning?
   
   This could help reduce load on large tables and give finer-grained returned 
results if desired.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to