Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Performance of Views
Hello all,
I need your advice for the following problem :
I'd like to use a view for a query that is repeated througout our code. That query has 7 joins. From a developer I'd really like that. It would prevent each developer from aliasing with different name etc. I'm affraid of performance problem since that view would be against a quite large table 3,000,000 records / year
A ran an execution plan for both (using the view and using tables) there're obliously identical. Now does that mean that I won't have any more performance problem with the view that without.
I apreciate your help.
Alain. Received on Tue Oct 01 2002 - 09:54:23 CDT
![]() |
![]() |