Jackie-Jiang commented on pull request #8358:
URL: https://github.com/apache/pinot/pull/8358#issuecomment-1069774948


   @mcvsubbu Besides the debugging purpose, we are also planning to add a gauge 
for the total compressed data size for each table using the size info in the 
segment ZK metadata. Reading the size info for one segment through rest API is 
fine, but querying the size info for the whole table requires sending lots of 
requests (one per segment) to the deep store, which can potentially cause 
problems. The gauge metric will be integrated into an existing periodic task to 
avoid the overhead of reading all segments ZK metadata.


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to