"Is your temp space limited because of physical disk limitations?" Yes I believe we are reaching capacity. But the point is that if the view wasn't materialized before the join to the other table, so much temp space wouldn't be needed.
"Have you looked into using the fragment...
Yes we have set explain on and updated statistics. It seems that the view is being completely materialized before it is being joined to the other lookup table. Therefore longer return times and the filling up of temporary disk space. I am not sure there is any way around this... Any thoughts ?
I am looking for some advice on how to speed up response time when creating/using views. I have a view that has many millions of rows which is joined to a smaller table with, say, 12 million rows. A user is using this view by joining the view itself to a couple of small lookup tables, which are...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.