Skip to Main Content
ADD A NEW IDEA

All ideas

Showing 1983

Db2 Templates should support defered tape Mounts

We use a VTL for our Tape Environment. For a VTL it is recommended by IBM to use UNIT=(TAPE,,DEFER) in all Jobs. DB2 uses templates to generate JCL. In this templates it is not possible to code a DEFER parameter. Is there a way to solve this dilemma?
over 2 years ago in Db2 / Utilities (Export Import Load db2look etc) 0 Future consideration

More user friendly and correct IC Reconcile Intercompany Balances report, if using large dimension/BA structure

See attached file with current report and suggestions to change the report to show correct and useful and a lot more user friendly information.
over 2 years ago in Cognos Controller (On Prem and On Cloud) 0 Future consideration

Allow db2 operator in streams flow to set batch sizes for inserts.

Allow db2 operator in streams flow to set batch sizes for inserts.
about 5 years ago in watsonx.ai 0 Future consideration

Enhance User reports

Roles by User Report contains a prompt to display individuals but will only show individuals directly associated to a security domain ( rather than listing the individuals within a associated group)
over 2 years ago in OpenPages Ideas / Reporting 2 Future consideration

Need a function or pseudo-field to return the number of elements in a BSON array

Put in simplest terms, if I have a JSON/BSON record with an embedded array, I need to know how many elements are in the array. I need a function similar to bson_size() (which returns the string length of the total array) which instead returns the ...
over 2 years ago in Informix / Informix Server 1 Future consideration

support the configuration of route-maps and filters on BGP setup

We use BGP Setups for connection from IPS serveurs to our switches (client side). We need inter-IPS connections to have better network performances for IPS to IPS data copy. These connections use also BGP protocol. When we add these inter IPS conn...
over 2 years ago in Cloud Pak for Data System 0 Future consideration

Foreign keys to use compound indexes

In the below the foreign key does not use the compound index. Another index is created with adds overhead. create table p1 (t char(4) not null); create unique index px1 on p1(t); alter table p1 add constraint primary key (t) constraint p1_pk; ...
over 2 years ago in Informix / Informix Server 0 Future consideration

Foreign keys to be able to use compound indexes.

With the following the existing compound index is not used for the foreign key and another index is required. This adds overhead with additional maintenance. create table p1 (t char(4) not null); create unique index px1 on p1(t); alter table p1 ...
over 2 years ago in Informix / Informix Server 0 Future consideration

SMF data for use of SORTL and z15 Z Sort accelerator

Recently we have had some issues and queries around use of SORTL by Db2Sort and currently the only way to track whether SORTL is being used by Db2Sort is to scan every job and look for the message "CNK558I SORTL INSTRUCTION USED". To report on usa...
over 2 years ago in Db2 Sort for z/OS 1 Future consideration

Kafka replication: Add a system parameter to set the number of Kafka producer threads

Currently CDC is relying on the number of source tables in the subscription to determine the number of Kafka producer threads. As an alternative, a Kafka data store parameter could be use to set the number of Kafka producer threads the same way it...
over 2 years ago in Replication: Change Data Capture 1 Future consideration