If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have a MQT which reads data from three tables. The problem is refresh is terribly slow. Note that I have ensured indexes on all the base tables with their statistics updated.
You could post the SQL for suggestions on how to write it differently. We might be able to help out with something there, but your refresh is going to be as slow or as fast as the query that is being executed can return the rows.
Dave