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 Server

Showing 309

dbschema should always print the content in the same order that two dbschema files are still easily comparable after many changes

Use case: Find the essential dbschema changes between two releases. How can I achieve that? – With a dbschema -d database > filename for each release and compare the files. Problem: For example if functions, procedures or views are dropped an...
almost 5 years ago in Informix / Informix Server 1 Not under consideration

change the bufferpool size online

when I add the new dbspace, the page size is 16 k; Informix add a default bufferpool , I forget to create the bufferpool using onparams firstly, later I found it's too small, can't meet the performance requirement, I found I have no method to chan...
over 5 years ago in Informix / Informix Server 1 Not under consideration

optimize the interval fragment

when using interval fragment with date or datetime column, the latest fragment is in the last one, so the performance of the Insert will become slow. if Informix can keep the latest fragment as the first fragment, it will improve the performance o...
over 5 years ago in Informix / Informix Server 0 Not under consideration

Reclaim free space from chunks

Add a command to reclaim the free space (at the end of the chunk) , reducing the file size. This is very useful for cooked files. Just like SHRINKDATABASE at MS Sql Server, but for chunks....
almost 6 years ago in Informix / Informix Server 0 Not under consideration

change rowid to 64 bit for fragment table,to aviod rowid reach the maximum values

change rowid to 64 bit for fragment table
about 6 years ago in Informix / Informix Server 1 Not under consideration

Improvements to UPDATE STATISTICS LOW

The run time of UPDATE STATISTICS LOW can be reduced by setting the parameter USTLOW_SAMPLE which also reduces I/O by using a sampling algorithm. However the table data may be deemed to be too heavily skewed and the engine falls back to a full sca...
almost 7 years ago in Informix / Informix Server 0 Not under consideration

In a HDR cluster, be able to shut down the primary without triggering the auto-failover regardless DRAUTO setting and CM

In a HDR cluster, one should be able to shut down the primary instance without triggering the auto-failover regardless the setting of DRAUTO and the existence of connection managers. In DHL environment, there are scenarios that the primary instanc...
over 7 years ago in Informix / Informix Server 0 Not under consideration

Improve automatic space management

Improve the usability of Automatic Space Management for multi-tiered storage systems.Our system is using backend storage systems where not all disks/LUNs are created with equal speed/bandwidth/latency and other performance factors. Informix storag...
almost 8 years ago in Informix / Informix Server 0 Not under consideration

Make ifxcollect dump location configurable

The directory used by ifxcollect is hardcoded to $INFORMIXDIR/isa/data.This breaks as soon as IDS has been upgraded to a new version/special build and needs manual intervention which can be forgotten easily. What would probably work much better if...
about 8 years ago in Informix / Informix Server 0 Not under consideration

Add IF NOT EXISTS logic to ALTER TABLE ADD CONSTRAINT

alter table mytab add constraint if not exists foreign key .... alter table mytab add constraint if not exists primary key .... alter table mytab add constraint if exists drop constraint ....
almost 9 years ago in Informix / Informix Server 1 Not under consideration