Hi,
If that one view has caused your view indexing times to skyrocket, I can only assume that you have lots of items per order. You might want to try doing some pre-emit reductions in the map function to reduce the number of total rows in the view.
You could also move the slow view off into a separate design document, especially if access times are different (e.g. this view is something used for a weekly report, vs other views that are consumed by the visitors on the site).
Cheers Simon
