Regular view does not take any time. It is as good as you are fetching data from base tables. So it should be instantaneous. what made you think it takes 2-3 minutes? any test/observation?
Read the concepts manual, 'cos ithink you don't understand what a view is. It's just a query hidden inside a logical wrapper -- you selct from the view, the query get's executed.
Bookmarks