Performance issue with CBO
Hello,
My system runs Oracle Database v. 11.1.0.7
We have an application which is deployed on several Oracle instances on the same server.
The SGA of instances is configured following the number of customers using the application. Others parameters are almost the same across instances.
We have performance problem with a query on one table on one instance:
TABLE1 (42 columns, ~3'785'000 rows)
Column TABLE1.calendar_day is DATE format. This column is indexed.
The instance has parameter memory_target = 4G.
The number of customers on the instance is directly linked with the number of rows in TABLE1. More customers = a bigger table.