Skip to Main Content
IBM Data Platform Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data Platform organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:


Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,


Post your ideas

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

IBM Employees should enter Ideas at https://ideas.ibm.com



ADD A NEW IDEA

Search results

Showing 368

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 ...
almost 4 years ago in Informix / Informix Server 1 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; ...
almost 4 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 ...
almost 4 years ago in Informix / Informix Server 0 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...
almost 4 years ago in Data Replication: Change Data Capture 1 Future consideration

Preserve joins with accessing multiple underlying DVMs in a single SQL statement

I have a SQL statement that joins 3 tables from 1 PEER DVM with a single table from a different PEER DVM. Currently DVM is breaking this statement into 4 separate SQL statements before sending them to Db2. A better approach, when possible would be...
almost 4 years ago in Data Virtualization Manager for z/OS 0 Future consideration

Adding storage path to specific partition

Recently I faced a problem on a DPF environment. I had raised below case with IBM and seems as of now this is not possible. In DPF environment, how can I add storage path to a specific database partititon? The below command adds the storage path t...
about 4 years ago in Db2 / Db2 Warehouse 0 Future consideration

Index support for "expression op expression"

In our environment, we have many queries with predicate: "expression op expression". As they don't use indexes they're performing a table scan. We would like DB2 to be able to use indexes to resolve this type of predicate. Examples: SELECT [id], [...
about 4 years ago in Db2 / Application Development 0 Future consideration

Support the ability for the JDBC Application name to be passed through TOR to PEER

We currently have a need to use the JDBC Application name to set schema values on virtual tables pointing to Db2 tables. This works fine for a single DVM, but when we have a DVM-to-DVM (TOR-to-PEER) situation, the application name is not being pas...
over 4 years ago in Data Virtualization Manager for z/OS 0 Future consideration

DB2 LOAD/IMPORT should support z/OS

With DB2 Connect you can easily execute DDL from a remote workstation to create/modify existing z/OS DB Objects. However, when you need to delete and recreate tables while keeping the data (and ALTER ist not an option) it is necessary to open a TS...
over 4 years ago in Db2 1 Future consideration

z/OS Infosphere Optim - Data Migration : add a DELETE DLI function

Our SI is mixed DLI and DB2. Therefore, our OPTIM ADS use DLI database and DB2 tables. Before we refresh data, we delete DLI et DB2 data in cohérence. The deletes are only partial [DLI Bases and DB2 tables are not emptied] Optim offer a standard D...
over 4 years ago in Optim / Optim Test Data Management 2 Future consideration