cshannon commented on issue #2820:
URL: https://github.com/apache/accumulo/issues/2820#issuecomment-1187935665

   @EdColeman - I agree that making some changes here makes a lot of sense to 
improve performance. I have a background in Apache Kafka and it's similar there 
when trying to compute the message count and disk usage/size of a Topic and 
partitions (similar to tablets in Accumulo). It's an intensive process to have 
to walk to the partitions and figure out the number of messages/disk usage so 
estimating and caching sizes/metadata is usually sufficient because it doesn't 
much matter the exact count/bytes when talking about large enough numbers as 
long as it's close.
   
   I am happy to work on this issue and make the changes once we get some 
feedback from everyone and come to a consensus about what changes should be 
done here.
   
   @milleruntime, @ctubbsii , @dlmarion - Thoughts on this?


-- 
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