suche 36x36
  • Admin-Scout-small-Banner
           

    CURSOR Admin-Scout

    get the ultimate tool for Informix

    pfeil  
Latest versionsfixlist
14.10.xC10 FixList
12.10.xC16.X5 FixList
11.70.xC9.XB FixList
11.50.xC9.X2 FixList
11.10.xC3.W5 FixList
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

Informix - Problem description

Problem IT27559 Status: Closed

STORED PROCEDURE USING MULTISET DATA TYPE IS CONTINUALLY REOPTIMIZED WHEN
EXECUTED MULTIPLE TIMES

product:
INFORMIX SERVER / 5725A3900 / C10 - IDS 12.10
Problem description:
A stored procedure using the mutliset data type may be
reoptimized when it is executed by a session two or more times.
This results in updates to the sysprocplan system catalogue
table which may lead to performance issues relating to the
volume of logical log records or other threads having to wait on
concurrent update activity.

An example of a stored procedure using the multiset data type:

create procedure proc1(p_col1 int8)
define v_col1 multiset(int8 not null);
define l_count integer;

let v_col1 = multiset(
   select item col1::int8
   from tab1
   where col1 = p_col1);

select count(*) into l_count
from tab1
where col1 in (select * from table(v_col1));
end procedure;
Problem Summary:
****************************************************************
* USERS AFFECTED:                                              *
* Users of IDS prior to 12.10.xC12.                            *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* Stored procedure using multiset data type is continually     *
* reoptimized when executed multiple times.                    *
****************************************************************
* RECOMMENDATION:                                              *
****************************************************************
Local Fix:
Solution
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
26.12.2018
04.10.2019
04.10.2019
Problem solved at the following versions (IBM BugInfos)
12.10.xC12
Problem solved according to the fixlist(s) of the following version(s)
Informix EditionsInformix Editions
Informix Editions
DocumentationDocumentation
Documentation
IBM NewsletterIBM Newsletter
IBM Newsletter
Current BugsCurrent Bugs
Current Bugs
Bug ResearchBug Research
Bug Research
Bug FixlistsBug Fixlists
Bug Fixlists
Release NotesRelease Notes
Release Notes
Machine NotesMachine Notes
Machine Notes
Release NewsRelease News
Release News
Product LifecycleProduct Lifecycle
Lifecycle
Media DownloadMedia Download
Media Download