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/07/05 19:01:39 UTC

[GitHub] [incubator-pinot] buchireddy opened a new issue #4401: Avoid creating garbage in variable length bytes store for offline dictionary

buchireddy opened a new issue #4401: Avoid creating garbage in variable length bytes store for offline dictionary
URL: https://github.com/apache/incubator-pinot/issues/4401
 
 
   This is coming from https://github.com/apache/incubator-pinot/pull/4321#discussion_r299724111
   
   > Well, another options is to start with a size, and resize as needed. Chances are that we will resize to max quickly, i.e. without creating a lot of garbage. Of course, in the pathalogical case we will resize once per value, but that is no worse than allocating memory each time. I have found reducing garbage at lowest level reader/writers to help with high throughput-low latency use cases.
   
   

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