WilliamWhispell commented on issue #8171: Slow double dimension query when 
useDefaultValueForNull set to false
URL: 
https://github.com/apache/incubator-druid/issues/8171#issuecomment-516044350
 
 
   Looks like all the time is spent inside the IsNull check of 
HistoricalDoubleColumnSelectorWithNulls. All of the time is spent in 
BitIterator.skipAllBefore which is called inside of 
ImmutableConciseSet.contains. I'm not sure why the other non-double fields 
don't see this performance issue.

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


With regards,
Apache Git Services

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

Reply via email to