You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/03/18 09:07:13 UTC

[GitHub] [incubator-pinot] ly923976094 opened a new issue #3978: The segments are stored in memory

ly923976094 opened a new issue #3978: The segments are stored in memory
URL: https://github.com/apache/incubator-pinot/issues/3978
 
 
   Once segments are assigned, Pinot servers get notified via Helix to “host” the segment. The servers download the segments (as a cached local copy to serve queries) and load them into local memory. All segment data is maintained in memory as long as the server hosts that segment.
   
   I want to know which segments are permanently loaded into the memory, and whether the memory is expensive and the data volume is large

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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