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

Poor performance due to frequent memory operations during queries with
'LIKE' predicates.

product:
DB2 FOR LUW / DB2FORLUW / A50 - DB2
Problem description:
The problem happens when multiple applications are running 
simultaneously and they all have complex expressions used in 
LIKE predicates. 
The cause of the performance issue is related to frequent memory 
operations during the handling of the LIKE operation. 
 
Here is an example of a LIKE predicates that can trigger the 
problem: 
  Column1 LIKE REPLACE (Column2, '*', '&') 
 
In this example, since the pattern being compared is the result 
of an expression (in this case, the result of the REPLACE 
function), it requires that some memory is used to compute the 
pattern for every row scanned. The handling of this memory 
operation is inefficient, leading to a slower query performance. 
 
When the problem happens, please issue "db2pd -stack all" 
command to collect DB2 stack files. 
 
If the following stack traces can be found in the stack files, 
then it may suggest that this issue is occurring: 
 
=========================================== 
sqloSpinLockConflict 
SMemSet::captureLatch 
SQLO_MEM_POOL:allocateMemoryBlock 
sqlogmblkEx 
sqlmoAllocBlock 
sqlogmblkEx 
sqlri_alloc_pattern_mem 
sqlri_like_comp_pat 
 
<LatchInformation> 
Waiting on latch type: (SQLO_LT_SMemSet__MemLatchType__latch) 
</LatchInformation> 
 
Or 
 
sqloSpinLockConflict 
SMemSet::captureLatch 
sqlofmblkEx 
sqlri_free_pattern_mem 
sqlri_like_comp_pat 
 
<LatchInformation> 
Waiting on latch type: (SQLO_LT_SMemSet__MemLatchType__latch) 
</LatchInformation> 
=========================================== 
 
<StackTrace> 
MemChunksGet 
SMemSet::getChunksFromTree 
SMemSet:getContiguousChunks 
SQLO_MEM_POOL::allocateMemoryBlock 
sqlogmblkEx 
sqlmoAllocBlock 
sqlogmblkEx 
sqlri_alloc_pattern_mem 
sqlri_like_comp_pat 
</StackTrace> 
 
<LatchInformation> 
Holding Latch type: (SQLO_LT_SMemSet__MemLatchType__latch) 
</LatchInformation> 
 
Or 
 
<StackTrace> 
SMemSet::releaseLatch 
sqlofmblkEx 
sqlri_free_pattern_mem 
sqlri_like_comp_pat 
address: 0x00007FFFF558900B ; dladdress: 0x00007FFFF28F3000 ; 
offset in lib: 0x0000000002C9600B ; 
sqlri_like_comp_pat 
</StackTrace> 
 
<LatchInformation> 
Holding Latch type: (SQLO_LT_SMemSet__MemLatchType__latch) 
</LatchInformation> 
===========================================
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All users of version 10.5 on Linux, Unix and Windows         * 
* platforms.                                                   * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Update to DB2 LUW Version 10.5 Fix Pack 4 or higher levels.  * 
****************************************************************
Local Fix:
Use constant strings in LIKE predicates, instead of complex 
compressions.
available fix packs:
DB2 Cancun Release 10.5.0.4 (also known as Fix Pack 4) for Linux, UNIX, and Windows
DB2 Version 10.5 Fix Pack 9 for Linux, UNIX, and Windows

Solution
First fixed in DB2 LUW Version 10.5 Fix Pack 4.
Workaround
Use constant strings in LIKE predicates, instead of complex 
compressions.
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
18.10.2013
26.08.2014
26.08.2014
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)
10.5.0.4 FixList