You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "eaugene (via GitHub)" <gi...@apache.org> on 2023/06/01 15:00:34 UTC

[GitHub] [pinot] eaugene opened a new issue, #10828: Enhance TableSize API to return compressed size in deep store

eaugene opened a new issue, #10828:
URL: https://github.com/apache/pinot/issues/10828

   Carrying out this  from: https://github.com/apache/pinot/pull/10812#pullrequestreview-1451921617 . 
   It looks like a nice feature to have to see disk usage in the deep stores as well. 
   
   Creating this issue to further track discussions  
   
   I can work on this, please assign this to me. 😊 
   
   labels : `feature` 


-- 
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-unsubscribe@pinot.apache.org.apache.org

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


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


[GitHub] [pinot] eaugene commented on issue #10828: Enhance TableSize API to return compressed size in deep store

Posted by "eaugene (via GitHub)" <gi...@apache.org>.
eaugene commented on issue #10828:
URL: https://github.com/apache/pinot/issues/10828#issuecomment-1584636315

   @mayankshriv Getting the segment-level compressed info would consume a solid time when we try to get for every segment of the large table ( probably making a API caller timeout ) . Should we instead get this info when the segment is pushed to deepstore and persist in SegmentMetadata ? 


-- 
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-unsubscribe@pinot.apache.org

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


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


[GitHub] [pinot] Jackie-Jiang commented on issue #10828: Enhance TableSize API to return compressed size in deep store

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang commented on issue #10828:
URL: https://github.com/apache/pinot/issues/10828#issuecomment-1595147866

   @eaugene The compressed segment size should already been persisted within the segment ZK metadata under the key `segment.size.in.bytes`. See #8358 for more details


-- 
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-unsubscribe@pinot.apache.org

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


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