IBM Support

IBM Db2 Analytics Accelerator for z/OS Version 7.1.9 Release Notes

Release Notes


Abstract

This document describes enhancements and fixes in IBM Db2 Analytics Accelerator for z/OS Version 7.1.9.

Content

What's new

Find information about new functions here.

APARs fixed with 7.1.9

Previously reported issues resolved with 7.1.9

  • An INSERT with subSELECT where the top level SELECT has an ORDER BY will fail with DSNT408I SQLCODE = -901, ERROR: UNSUCCESSFUL EXECUTION CAUSED BY A SYSTEM.
  • Queries are not routed to a newly paired accelerator if they are submitted shortly after the pairing.
  • In version 7.1.8, SQL queries that return a large result set might run slower than in previous versions.
  • The load operation fails with message AQT20113E: The operation RECEIVE, which was supposed to transfer 4 bytes on TCP/IP socket 2, failed because the connection to the IP address of the remote machine is unknown and port 0 has been closed unexpectedly. Reason: errno = 1121 (EDC8121I Connection reset.)
  • The load performance degrades as the number of table loads or table removals increases.
  • Query performance does not meet expectations in connection with large system memories.
  • DSNX881I messages are not written to Db2 V12 SYSLOGs. The problem occurs after installing patch PH00574.
  • The accelerator does not support a combination of FICON DASD and FCP storage devices within the same storage pool.

Changed behavior of ACCEL_LOAD_TABLES

The SYSPROC.ACCEL_LOAD_TABLES stored procedure behaves differently if automatic change detection is enabled.
Before version 7.1.7, a load job with a setting of detectChanges=“DATA” sometimes did not capture the changes in all partitions if the lock mode NONE had been used for the previous load.
This was fixed with version 7.1.7.

The new behavior:
If you use lock mode NONE and detectChanges=“DATA”,

  • it can happen that more changes are detected than are actually transferred to the accelerator. This is caused by the SKIP LOCKED DATA option, which is used implicitly by the Db2 Unload Utility. If parts of the data were locked by other processes, then this data is ignored and not unloaded to the accelerator.

  • therefore a partition in an accelerator-shadow table is always fully reloaded to ensure that all changes are finally transferred. A reload is started even if the partition had no further changes since then.

If you want to use detectChanges="DATA", the recommended lock mode to be used is lock mode "ROW" or higher.

Installation and/or Upgrade Considerations

If you plan to install or upgrade IBM Db2 Analytics Accelerator, please contact IBM support by opening a PMR first.

Known issues and restrictions

General recommendations

  • Under a very high system load, the accelerator might appear slow or run into timeouts.

    Recommendation: Do not run more than 30 load threads in parallel.

Accelerator-only tables

  • Multi-row inserts fail if rows contain NULL values to be inserted in columns of data type BINARY or VARBINARY.

    Recommendation: Do not use the multi-row insert method under these conditions.

  • When doing an INSERT into AOT with subSELECT of a DATE data type into a CHAR/VARCHAR column for the LOCAL date format DD/MM/YYYY, the output will be a valid date format, just not DD/MM/YYYY.

    Example:
    CREATE TABLE T1(CHARCOL1 CHAR(10),CHARCOL2 CHAR(10)) IN ACCELERATOR ZGRYPHON;
    CREATE TABLE T2(CHARCOL1 CHAR(10),CHARCOL2 CHAR(10)) IN ACCELERATOR ZGRYPHON;
    COMMIT;
    SET CURRENT QUERY ACCELERATION=ALL;
    INSERT INTO T2 VALUES('31/12/2001','31/12/2001');
    INSERT INTO T1(CHARCOL1,CHARCOL2) SELECT DATE(CHARCOL1),DATE('31/12/2001') FROM T2;
    -> an unexpected local data format will be returned by the SELECT.
    CHARCOL1 CHARCOL2
    ---------- ----------
    12/31/2001 12/31/2001

    Recommendation:
    The workaround is to change the SELECT statement to use an explicit cast:
    CREATE TABLE T1(CHARCOL1 CHAR(10),CHARCOL2 CHAR(10)) IN ACCELERATOR ZGRYPHON;
    CREATE TABLE T2(CHARCOL1 CHAR(10),CHARCOL2 CHAR(10)) IN ACCELERATOR ZGRYPHON;
    COMMIT;
    SET CURRENT QUERY ACCELERATION=ALL;
    INSERT INTO T2 VALUES('31/12/2001','31/12/2001');
    INSERT INTO T1(CHARCOL1,CHARCOL2) SELECT CHAR(DATE(CHARCOL1)),CHAR(DATE('31/12/2001')) FROM T2;

Queries

  • The query result is "undefined" under the following conditions:
    (a) A query contains a CAST AS TIMESTAMP expression and a TIMESTAMP() function call on a CHAR(14) column.
    (b) The CHAR(14) column contains timestamp values in the format yyyyddmmHHMMSS.

    Recommendation: The problem will be fixed in a later release.

  • A query running during a partial reload of an incrementally updated table might be unable to access the new partitions.

    Recommendation: Re-run the query after the partial reload has finished.

  • A query referencing a large set of federated objects could result in an SQLCODE -904: 954: Not enough storage is available error

    Recommendation: Please contact IBM support for assistance.

  • A query referencing a large set of federated objects could run very slow.

    Recommendation: Please contact IBM support for assistance.

  • When executing a query with a large result set, the query could be slow.

    Recommendation: Please contact IBM support for assistance.

Loading tables

  • After running the REORG utility in Db2 12 for z/OS,  reloads might be wrongly recommended for partitions that have already been loaded on the accelerator.

    Recommendation: To receive correct reload recommendations, do not use interactive load recommendations and batch job change detection at the same time.

  • If you run SYSPROC.ACCEL_LOAD_TABLES with lock mode "TABLESET", the operation might fail and return an AQT10071E error.

    Recommendation: Cancel the previous load and re-run the load operation.

Incremental updates

  • The time needed to reload a set of incrementally updated tables increases as well as the replication latency.

    Recommendation: Pause after each reload, as this allows the system to come back to normal throughput rates and latency levels.

Monitoring

  • The values of the monitoring counter Q8STTMUD are too high, for example 0.18E+20.

    Recommendation: Ignore the high value. It will be corrected during the next collection of statistics.

  • The monitoring values of the Q8STCQL, Q8STCQLS, and Q8STQUEW metrics might be displayed incorrectly.

Tracing

  • The information collected by the apdiag tool is not included in the trace archive of the appliance.

    Recommendation: Contact IBM L3 support and ask if this information is really needed.

Miscellaneous

  • Under a very high system load caused by the parallel execution of various operations, such as 'Add Tables', 'Remove Tables', and 'Alter Keys', the accelerator might restart unexpectedly, leading to the abortion of running tasks or queries.
    Symptoms are aborted tasks, lock timeout exceptions, or messages with SQL code -911, SQLSTATE=40001, and rc=68.

    Recommendation: Reduce the task diversity of parallel jobs if you process big table sets with more than 100 tables. For example, do not run 'Alter Keys', 'Add Tables', and 'Remove Tables' operations at the same time. Reduce this to 'Alter Keys' and 'Add Tables' jobs or any other combination of just two different tasks.
    If a query failed, rerun the query.

  • Error when removing multiple tables in parallel. The following error message is diep"AQT20118E: A distributed commit between the stored procedure and the server failed for the following reason: Distributed commit failed while initiator was preparing for commit".

    Recommendation: Repeat the operation.

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SS4LQ8","label":"Db2 Analytics Accelerator for z\/OS"},"Component":"","Platform":[{"code":"PF035","label":"z\/OS"}],"Version":"7.1.0","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
25 October 2019

UID

ibm11075299