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

Clear

Search results: Informix Server

Showing 179 of 2611

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

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

restore to point in time when using external table with archecker

With IDS11.7 , when using external table, I could only restore the table being deleted from the instance Level 0 backup with archecker, can't restore those data from logical log. If i use normal table, archecker could restore the data from both th...
almost 8 years ago in Informix / Informix Server 0 Not under consideration

Implicit logged temp tables should use logged spaces listed in DBSPAETEMP

The documentation suggests that logged temp tables will be stored in any logged dbspaces listed in the DBSPACETEMP parameter/client environment variable. Yet when selecting from a view based on a union query, we find that the root dbspace is alway...
about 12 years ago in Informix / Informix Server 0 Not under consideration

Add timestamp on sysmater to know when an open transaction has been created

Add a creation timestamp for each transaction so users can monitor how long a transaction has been open. Maybe like in others sysmaster tables, a column on systrans will be great.
about 12 years ago in Informix / Informix Server 1 Not under consideration

Automatic update statistics triggered after n sequential scans

Background/automatic "update statistics low" for tables after nth sequential scan
over 12 years ago in Informix / Informix Server 0 Not under consideration

Functionality for optimizer to prevent it to miscalculate the plan to execute derivedtable query

Functionality for optimizer to prevent it to miscalculate the plan to execute derived tables query generated by Cognos
over 10 years ago in Informix / Informix Server 0 Not under consideration

Cannot logically restore a table when restoring smart blobs

System: IDS archeckerActor: Barmenia DBA Team We use archecker to perform table-level-restores. For various reasons it has to be on a point-in-time basis, which is not possible if a table has columns of data type blob.The following error occurs: E...
almost 11 years ago in Informix / Informix Server 0 Not under consideration