home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Latest versionsfixlist
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

DB2 - Problem description

Problem IT11543 Status: Closed

CORRELATED SUBQUERIES IN UPDATE AND DELETE OPERATIONS ON COLUMN ORGANIZED
TABLES RESULT IN PERFORMANCE DEGRADATION

product:
DB2 FOR LUW / DB2FORLUW / A50 - DB2
Problem description:
Under rare scenario, DB2 might produce a suboptimal plan for SQL 
queries leading to performance degradation. 
The problem can be seen for the following conditions: 
1) The query is an UPDATE or DELETE 
2) The query references a scalar subquery either within the SET 
clause of the UPDATE or the WHERE clause of the DELETE statement 
3) The scalar subquery has one or more correlated predicates 
4) There is no primary key or unique key on the set of 
predicates in the scalar subquery 
 
eg. 
UPDATE t1 set t1.c1 = (select c1 from t2 where t1.c2 = t2.c2) 
where exists (select c1 from t2 where t2.c2 = t1.c2); 
 
DELETE from t1 where t1.c1 = (select c1 from t2 where t2.c2 = 
t1.c2);
Problem Summary:
Local Fix:
Solution
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
02.10.2015
05.02.2016
05.02.2016
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)
10.5.0.7 FixList