sanjeet006py commented on PR #2239:
URL: https://github.com/apache/phoenix/pull/2239#issuecomment-3135060266

   > With inlist we have some special handling to prevent key space explosion 
https://github.com/apache/phoenix/blob/master/phoenix-core-client/src/main/java/org/apache/phoenix/compile/WhereOptimizer.java#L252-L262
 We can have similar key space explosion with ANY(). Don't we need to handle 
that ?
   
   I see that current protection from key space explosion is for cases with RVC 
elements in the WHERE clause and with Array ANY we won't be having RVC elements 
as discussed in an above comment. 


-- 
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: issues-unsubscr...@phoenix.apache.org

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

Reply via email to