clintropolis commented on PR #15700:
URL: https://github.com/apache/druid/pull/15700#issuecomment-1899157236

   >@clintropolis I don't have much insight into how the vector engines 
perform, however, I reasoned that it being a non-vector version only would 
prevent the query from being vectorized. While it won't gain any benefit from 
the vectorization, having a vectorized implementation would allow the rest of 
the query from being vectorized. Wdyt?
   
   Ah yeah, i guess it doesn't hurt to implement, I was just making a drive by 
comment and not entirely sure of the context of this agg. But it seems like any 
query with this agg can only process a single row, so I wasn't sure it would be 
much benefit either since the main benefit of vectorization is processing 
batches of rows.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to