Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: performance -views
Hi Paul,
View definitions are not cached. They are read from the data dictionary for every parse operation, which increases parse costs significantly. That should be a significant incentive for avoiding them in an intense OLTP system. There are also potential optimization issues, but those are unlikely to be of concern in your case.
Regards,
Steve Adams
http://www.ixora.com.au/ http://www.oreilly.com/catalog/orinternals/ http://www.christianity.net.au/ -----Original Message----- From: Paul Sehgal [SMTP:Paul.Sehgal_at_radiantnetworks.co.uk] Sent: Wednesday, June 28, 2000 6:43 PM To: Multiple recipients of list ORACLE-L Subject: performance -views
Hi,
I'm designing a database which will be very transcactional. What are the
performance implications in using views instead of allowing direct access
to a table? My wvews would be a select * from each table.
Thanks,
Paul Sehgal.
![]() |
![]() |