When I run queries like the following in Business Objects:
Select [field] from
WHERE [field] IN ('a','b','c');
Does BO retrieve the entire table first? and then filters 'a', 'b', 'c'? If that is the case, can I do anything to change that?
The queries take a long time to run and I wonder if anything can be done to speeds things up.
Select [field] from
Does BO retrieve the entire table first? and then filters 'a', 'b', 'c'? If that is the case, can I do anything to change that?
The queries take a long time to run and I wonder if anything can be done to speeds things up.