-
Type:
Sub-task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Planner/Optimizer
-
Labels:None
(col1=val1 OR col1=val2 OR col1=val3) where val1,val2,val3 are constants can be converted to col1 IN (val1, val2, val3) for better performance.