Is there any way to force bitmap filter operator in a three table inner join. the query is running is parallel and i have a where clause in it which filter about half of the rows from one table but i dont see a bitmap filter operator.
I couldnt find any query hints for it, just wondering if there is any other way of testing a query plan with a bitmap operator?