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 216

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

Enable chunk rename during log recovery

Whenever Informix performs a backup of the rootdbs, it automatically backs up Informix critical files (oncfg, onconfig & sqlhosts). When the Informix critical files are restored via "onbar -r -cf only -t <A TIMESTAMP>", it restores the l...
almost 4 years ago in Informix / Informix Server 0 Future consideration

ISO/IEC 9075:2016-2, T612: Add ability to declare window frame that can be shared between window functions

When you need to use the same window frame for several window functions, T612 can simplify the query. Example from code of advent, day 1: select id, case when count(1) over w = 3 then sum(depth) over w end depth from day1.input window w as (order ...
almost 4 years ago in Db2 0 Future consideration

Add possibility to create dashboards over several databases

I would really to be able to create a dashboard, containing the activity response time of my top-10 databases. Or to be able to look at the graphs of some databases in 1 glance.
almost 4 years ago in Db2 / Data Management Console 0 Future consideration
1 MERGED

Please Disregard... This Is a Duplicate

Merged
Currently when an alter is performed on the primary constraint for a table, Admin Tool will warn that a corresponding change should also be performed on the primary index. However, you can back out of that warning and generate WSL which does not i...
almost 4 years ago in Db2 Administration Tool for z/OS 1 Future consideration

Status for REPO should not be affected by imported journals

The customer is using period locking on company level for REPO. When submission 1 is closed for the company, a company journal can be entered and this will not affect the status for submission 1. But if the same journal is imported through "Import...
almost 4 years ago in Cognos Controller (On Prem and On Cloud) 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
1 MERGED

Application connections storm slow downs the DB response

Merged
I've been assisting with an ecommerce site. During typical days, let's say non-peak/low volume of orders, the DB response is always good. However, the DB response time slows down for a few seconds, notably during peak season/high amount of orders....
almost 4 years ago in Db2 0 Future consideration