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 187 of 2588

byte and text partitioning

Ability to partition byte and text data stored in blobspace. Eg. create table table1 (,,, colx byte in (blobspc1, blobspc2) ) ... This allows the byte/text data to be partitioned across multiple blobspace so that the blobspace size will not be ske...
over 6 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

TS Rolling Window Containers dropping dormant window should be similar to DETACH FRAGMENT

When a dormant fragment is removed the data is gone for good, unless you manually unload to a new table or flat file. On large TS this is very time and disk restrictive. It is also hard to coordinate on embedded systems
about 10 years ago in Informix / Informix Server 0 Not under consideration

Dropping Primary Keys

Allow the following syntax for dropping a primary key : alter table table-name drop primary key;
about 10 years ago in Informix / Informix Server 0 Not under consideration

Add table name to -640 error.

Add tablename to -640 error.
almost 11 years ago in Informix / Informix Server 0 Not under consideration

Allow dropping of distributions on specific columns; today it is only possible to drop all distributions on a table

We have a large system of many Tbs and as a legacy of Art Kagel's "dostats" we have distributions on all columns of all tables. These distributions are not needed and we have to spend considerable database resources keeping these up to date. We'd ...
about 11 years ago in Informix / Informix Server 2 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

Completely drop storage of all data and index partitions with truncate table command

I just truncated 2 huge tables, after "alter table extent size nnnn".. It took a while for the storage to come down to new extent size, but only table partition shrunk. Index partitions was unaffected, still huge.
over 11 years ago in Informix / Informix Server 0 Not under consideration