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 themselves views. The main table has aproximately 60 million records added to it a month, and is fragmented by date. We have noted a sudden large increase in the response time, so much that the view is now really unusable. The view also bombs out due to lack of tempspace. Any tips would be appreciated. Thanks.