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

LONG 'BLOCKED:ARCHIVE' BECAUSE CREATION OF 'USED EXTENT LIST' LACKING
READ-AHEAD FOR DBSPACES

product:
INFORMIX SERVER / 5725A3900 / C10 - IDS 12.10
Problem description:
The initial 'Blocked:ARCHIVE' phase of a backup can extend
siginifcantly depending on the size of the TBLSpace TBLSpace
partitions in the spaces to be backed up, which in turn usually
is correlated with the number of tables/fragments/indices in the
system.  In that phase the backup determines the exact set of
pages (used extents) that need to go to this particular backup.

This situation seems to be heavily aggravated by the fact that
all the disk i/o potentially related with this task is done
direclty, without taking advantage of read-ahead.

Informix versions 12.10.xC14 and onwards prevent this extra disk
i/o waiting by implementing read-ahead.
Problem Summary:
****************************************************************
* USERS AFFECTED:                                              *
* Users of Informix Server prior to 12.10.xC14 and 14.10.xC4.  *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description                                        *
****************************************************************
* RECOMMENDATION:                                              *
* Update to Informix Server 12.10.xC14 or 14.10.xC4.           *
****************************************************************
Local Fix:
Pre-populate the bufferpool with required pages shortly before
starting the backup, by running following stored procedure:

create procedure tblspace_tblspace2bufferpool()
define i,c int;
define max_spaceno int;
let max_spaceno = (select max(dbsnum) from sysdbspaces);

 for i in (1 to max_spaceno)
  select count(*) into c
    from syspaghdr pgh, sysptnhdr pth
   where pth.partnum = pgh.pg_partnum
     and pth.partnum = i*1024*1024+1
     and pg_pagenum  < npused;
 end for;
end procedure;
Solution
Workaround
****************************************************************
* USERS AFFECTED:                                              *
* Users of Informix Server prior to 12.10.xC14 and 14.10.xC4.  *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description                                        *
****************************************************************
* RECOMMENDATION:                                              *
* Update to Informix Server 12.10.xC14 or 14.10.xC4.           *
****************************************************************
Comment
Fixed in Informix Server 12.10.xC14 and 14.10.xC4.
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
20.04.2020
08.06.2020
08.06.2020
Problem solved at the following versions (IBM BugInfos)
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