xtrntr
11/16/2021, 6:09 AMIdSet with “NOT IN” clause have any unintended performance impact?
e.g. select * from table where userid not in IDSET(...)Mayank
Jackie
11/17/2021, 2:09 AMselect ... where IN_ID_SET(userid, ...) = 0Mayank
xtrntr
11/17/2021, 4:17 PM