Перейти к содержанию

Oracle

OR Expansion and Virtual Columns: Changes in 19c

This post is a continuation of a previous one: OR Expansion and Virtual Columns. The last post demonstrated that OR Expansion can somehow be affected by virtual columns in such a way that queries that did not perform OR Expansion can start using it as soon as a virtual column is created. Both an FBI and extended statistics lead to the same result provided that a certain column used in the query is included in them. This time around, I am going to take a look at how 19c has changed that.

Temporary LOBs

I have recently optimized one of processes working with LOBs and decided to write a blog post about it.