You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/08/20 19:54:48 UTC

[GitHub] a2l007 opened a new issue #6199: [Proposal] Vectorized querying for lookups

a2l007 opened a new issue #6199: [Proposal] Vectorized querying for lookups
URL: https://github.com/apache/incubator-druid/issues/6199
 
 
   Presently, QTL objects are resolved by the LookupExtractor one key at a time. This proposal is to support a vectorized query model for lookup keys. LookupExtractor presently has an [applyAll() ](https://github.com/apache/incubator-druid/blob/master/processing/src/main/java/io/druid/query/lookup/LookupExtractor.java#L57) method which would be utilized for this case. Based on the LookupExtractor implementation, this would increase the query execution performance for lookups. For the existing design to support this functionality, it would require a configurable number of rows to be buffered before the lookups are resolved. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org