Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8581

Re: Performance Impact on SELECT to VIEW

$
0
0

Sorry, but

Database views are no more than fixed and reusable inner joins

is not always true, for some database (e.g. DB2, DB2.400) those views are actual objects associated to their own specific indexes, and they can improve performance. And some database like Oracle have by default no actual object for view, but allows creation of "materialized view" which may improve performance.

 

Regards,

Raymond


Viewing all articles
Browse latest Browse all 8581

Trending Articles