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 2021/11/17 23:34:52 UTC

[GitHub] [pinot] mneedham opened a new issue #7789: [Docs] IN_ID_SET

mneedham opened a new issue #7789:
URL: https://github.com/apache/pinot/issues/7789


   ```
   xtrntr  1 day ago
   will using IdSet with “NOT IN” clause have any unintended performance impact?
   e.g. select * from table where userid not in IDSET(...)
   
   Jackie  21 hours ago
   This is not correct syntax. You should do select ... where IN_ID_SET(userid, ...) = 0
   ```


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] mneedham commented on issue #7789: [Docs] IN_ID_SET

Posted by GitBox <gi...@apache.org>.
mneedham commented on issue #7789:
URL: https://github.com/apache/pinot/issues/7789#issuecomment-976614503


   This is where we've got to so far - https://docs.pinot.apache.org/users/user-guide-query/filtering-with-idset


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org