Hello All,
I create a replicated MQT table on top of a base table with refresh deffered.The base table has 109 col and the MQT has 16 cols.Now from what i read in articles is that we create MQT and indexes on it.We give base table name in the queries and the db2 optimizer will decide which table to take (base table or MQT).My question here is what if i give the MQT directly in the query instead of the base table?? Will it effect the performance????
Please let me know
Thanks,