Quote:
Originally Posted by James123
The issue is it takes a very long time to "populate" the view.
|
What do you mean by "populating" a view? A view is just a query, which is executed whenever you select from that view.
A materialized view (MQT) can be populated, but for some reason you don't want to use this approach.