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 IT27081 Status: Closed

SAP: SUBOPTIMAL PERFORMANCE FOR QUERIES WITH INEQUALITY PREDICATES ON
COLUMNIZED TABLES

product:
DB2 FOR LUW / DB2FORLUW / B10 - DB2
Problem description:
Suboptimal performance can be observe when running a query with
the following characteristics:

1. the query runs on columnized tables
2. the query contains an equality predicate and an inequality
predicate
3. the inequality predicate can be rewritten to containing only
constants and host variables based on the equality predicate

An example query:
select 1 from col_table where c19 and c1=:HV
Problem Summary:
****************************************************************
* USERS AFFECTED:                                              *
* ALL                                                          *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description                                        *
****************************************************************
* RECOMMENDATION:                                              *
* Upgrade to Db2 11.1 Mod 4 Fixpack 5 or higher                *
****************************************************************
Local Fix:
manually rewrite the inequality predicate. The example query can
be rewritten to:
select 1 from col_table, (select * from values(0) where :HV9)
where c1=:HV
Solution
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
26.11.2018
16.01.2020
16.01.2020
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)