Details
-
Type:
Performance Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.8.0
-
Fix Version/s: None
-
Component/s: Zend_Db_Adapter_Db2
-
Labels:None
Description
On line 414 (and I assume line 394 is the same) of the DescribeTable method of Zend_Db_Adapter_Db2 there are two calls to UPPER. When this call is made, my queries run substantially slower. If I remove the call a query taking 15-25 seconds drops to <1 second.
The table name has always capital letter only ?
If not, the change is danger, I think.