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/06/21 03:51:46 UTC

[GitHub] [incubator-pinot] Jackie-Jiang commented on issue #4350: For RANGE and REGEXP operators, if there is single matching dictionary id, use inverted index

Jackie-Jiang commented on issue #4350: For RANGE and REGEXP operators, if there is single matching dictionary id, use inverted index
URL: https://github.com/apache/incubator-pinot/pull/4350#issuecomment-504279056
 
 
   @kishoreg This one will help almost all hybrid use cases with DAYS granularity time column.
   Broker will attach a time filter to both offline and realtime part. If the whole segment is within a day (same time column value), then the filter will match all/nothing, which is fine. If the segment is across two days, and the filter is at the boundary of two days, without this improvement we have to scan the time column (half of the values will match in average); with this improvement we just need to fetch a bitmap.

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