![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a query which is running very poorly (Oracle Database 10g Release 10.2.0.1.0 ): It looks like this part of the query is what is causing the bottleneck : The other area where there is a potential problem is : UPPER(objecttype.name) LIKE UPPER('%coghlan%') Unfortunately I have not control over this wildcard specification which is also causing a table scan because this is what is entered by the users in a third party application. There are 265002 records in the PHY_ALL_OBJECTS table I believe I have done everything possible from an indexing perspective and that it would appear that the table scans that are occurring are unavoidable and I am open to other suggestions as to what I can do to improve the performance of this query. |
![]() |
| Thread Tools | |
| Display Modes | |
| |