I've created a view extracting rows from one table. Then I created another view which calculates a value. Then I created a third view that makes a join of these previous views.
The problem is that accessing the data is too slow. I'm accessing it from Visual Interdev sending some selection criteria. But it is so slow that sometimes I get a "connection time out" message.
Also, I don't know if I can create indexes to the views, or if the indexes of the original table are applied to the views.
Any help?
The problem is that accessing the data is too slow. I'm accessing it from Visual Interdev sending some selection criteria. But it is so slow that sometimes I get a "connection time out" message.
Also, I don't know if I can create indexes to the views, or if the indexes of the original table are applied to the views.
Any help?