I have 2 similar queries. Query does a join of data table to config table. Both the queries have same config table , but has different data table. When I see the query plan for each of it , it is different. Is it possible to enforce the query plan on one query to use plan from another query.
--
You received this message because you are subscribed to the Google Groups "iqug" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iqug+uns...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I have 2 similar queries. Query does a join of data table to config table. Both the queries have same config table , but has different data table. When I see the query plan for each of it , it is different. Is it possible to enforce the query plan on one query to use plan from another query.
--