SQL Performance (MOSC)

MOSC Banner

Question on a SQL statement

edited Jan 29, 2014 10:39AM in SQL Performance (MOSC) 2 commentsAnswered ✓
 Say, if I have the following sql statement:
select * from view1 where column1 in ( select columnA from Table1);
(note: view1 involves 3 tables.)


If I need to run just "select * from view1;" from time to time, do you know if Oracle database will keep those data(of those 3 tables)  in memory to help out the above sql statement?

Thank you.
Martin

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center