Quantcast
Channel: My tech blog » PL/SQL
Viewing all articles
Browse latest Browse all 7

Oracle subquery caching

$
0
0
On Oracle there’s a kind of cache that works with scalar subqueries (look below for a simple example of a scalar subquery) which prevents the database engine to repeat unnecessary work to get the same result again and again. But while this seems to be less than useful with pure Oracle SQL when you throw some [...]

Viewing all articles
Browse latest Browse all 7

Trending Articles