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

[GitHub] [incubator-doris] kangkaisen opened a new pull request #1854: Avoid SerDe for aggregation query with object pool

kangkaisen opened a new pull request #1854: Avoid SerDe for aggregation query with object pool
URL: https://github.com/apache/incubator-doris/pull/1854
 
 
   For https://github.com/apache/incubator-doris/pull/1610  "avoid serialize and deserialize from Scannode to Aggnode".
   
   For aggregation query, we directly pass agg object from scan node to Agg node and avoid unnecessary serialize and deserialize.
   
   
   

----------------------------------------------------------------
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@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org