Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI 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

Informix

Showing 506

Create an InformixHQ sensor to obtain the slowest queries directly from InformixHQ repository instead local SQLTRACE on the instance..

Complementing idea INFX-I-557, it would be great if we may have the report of the heaviest/slowest queries from the InformixHQ repository, instead the local SQLTRACE tables.
8 months ago in Informix / Informix Server 0 Not under consideration

Create an Informix-HQ sensor that populates an historical data table with the slowest/heaviest queries on an instance.

SQLTRACE has proved been a valuable resource to identify slow/heavy queries. An even sysadmin may store a history of the SQLTRACE output, it would be great to have a filter for the heaviest/slowest queries, and store them as a sensor of Informix-HQ.
8 months ago in Informix / Informix Server 0 Not under consideration

Timeseries support more than 1 concurrent write per container/chunk.

Timeseries support more than 1 concurrent write per container/chunk.Heard this was an issues in 2017 or earlier, have not heard it has been fixed.
9 months ago in Informix / Informix Server 0 Not under consideration

Timeseries support compression

To compete with KDB.
9 months ago in Informix / Informix Server 0 Not under consideration

Add Block Indexes to informix

Add Block Indexes to informix similar to DB2 MDC Tables and Postgres BRIN Indexes.
9 months 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 2 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 2 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 2 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...
over 2 years ago in Informix / Informix Server 0 Future consideration

For lock spinslocks show if loops are for read or writes

When reviewing onstat -g spi for lock spinlocks e.g. Num Waits Num Loops Avg Loop/Wait Name 433407 127960809035 295243.98 fast mutex, lockhash[712] I would be great to know if this access is for reading or writing so we can determine if this is ap...
over 2 years ago in Informix / Informix Server 0 Future consideration