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: Informix

Showing 56 of 1690

Request to provide support for DELIMIDENT in CDC

The feature request has been submitted earlier. Re-submitted the request again via RFE tool to track on the status. Can you please provide an update. CQ# idsdb00249320 RTC# 23793 Request to provide support for DELIMIDENT in CDC Need support for do...
about 12 years ago in Informix / Informix Server 0 Not under consideration

Automatic Cluster Failback feature

We think Informix Cluster should have an automatically failback feature, that could physically priorize our servers (suggesting always that the primary node is in a site, for example).It would be just the same as using a Connection Manager, plus t...
over 12 years ago in Informix / Informix Server 0 Not under consideration

remove or enlarge the data page limitation per fragment

when the total pages per fragment reach 16775134, the new data can't insert.the customer have to :1,stop the application 2,fragment the table3,reload the data 4,create the index 5, start the application
almost 10 years ago in Informix / Informix Server 2 Delivered

Function to move sysadmin database

Product : IDS 12.10We like to have a build APIto move sysadmin database from 1 dbspace to another.Currently we are using execute function task ("reset sysadmin",);And this will reset the entire database. We found out lately, multitenant database i...
over 10 years ago in Informix / Informix Server 0 Not under 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 3 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; ...
over 3 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 3 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

Request to support Informix C-ISAM 7.25 on AIX7.2

1)Customer application have used Informix C-ISAM for a log time.2)The application renewal project already started.3)Customer required using Informix C-ISAM 7.25 on AIX7.2.4)AIX7.2 was standard OS in this customer about UNIX enviroment.
about 9 years ago in Informix / Informix Client Products 0 Not under consideration

Implement UUID keyword/function

Implement UUID keyword and function and allow to use it in: 1. SELECT operations 2. As default value when creating a new table 3. Inside an SPL procedure/function Security is a must. Using serials or any other autoincrease numbers as ident...
over 6 years ago in Informix / Informix Server 0 Delivered