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

A user with DBA privilege should be able to change the owner of a table without need to recreate it.

When a table needs to have a different owner, it is not possible to change it without recreating such object. It is to mention that Informix 8.21 allowed the change of the owner of the table with the RENAME TABLE statement. This is very usefull wh...
24 days ago in Informix / Informix Server 1 Submitted

Add migrations feature on Informix .NET Core

In real world projects, data models change as features get implemented: new entities or properties are added and removed, and database schemas need to be changed accordingly to be kept in sync with the application. The migrations feature in EF Cor...
about 2 years ago in Informix / Informix Client Products 1 Not under consideration
110 VOTE

Informix should be able to change owner on tables and any other objects

If user=informix creates all database and all tables, then programmer creates table but user=informix cannot change it. Only drop it.
about 9 years ago in Informix / Informix Server 0 Future consideration

Limited the number of row processed with an update/delete statement

THis is similar to MS Server (and other DBs) DELETE ... TOP <N> and TOP <n> PERCENT This would help avoid LTX issues without custom SQL coding, it would minimize the time the table is locked UPDATE FIRST 10000 COUNT 0 ... N <table&g...
11 months ago in Informix / Informix Server 0 Submitted

Support for ON DELETE SET NULL and ON UPDATE CASCADE clauses in FOREIGN KEY statements

A customer wanted to use a construction like ALTER TABLE detail_table ADD CONSTRAINT FOREIGN KEY (link_column) REFERENCES master_table ON DELETE SET NULL; so that referencing values would be updated to NULL automatically if a parent row was delete...
over 1 year ago in Informix / Informix Server 1 Submitted
112 VOTE

Backup from RSS or HDR Secondaries using ontape, onunload, onbar, dbexport

In HDR enviroments, being able to backup or export databases from and HDR, HDR read-only, or an RSS secondary server is critical. Programs like ontape, onunload, dbexport, and onbar generate locks on tables during backups and data-exports. This cr...
over 11 years ago in Informix / Informix Server 1 Delivered

Automated Update Statistics and FORCE

AUS appends FORCE to UPDATE STATISTICS statements saved in "sysadmin:aus_command.aus_cmd_exe" when using C function "aus_evaluate_stats" but not when using SPL "aus_evaluator". Both need a configuration parameter to enable or disable FORCE. Some s...
7 months ago in Informix / Informix Server 0 Submitted

Reset the serial value in the partition page if the table no longer has a serial column

If you want to check whether a serial value is close to its maximum value, it is very unpleasant that tables that no longer have a serial value or whose serial value has been changed to a Serial8 or BigSerial value still have the last value in the...
8 months ago in Informix / Informix Server 1 Submitted
108 VOTE

Obtain the query plan of a running query

Many times a DBA is called to check upon a slow process. Most of the times those processes are running a slow query.Sometimes it's hard to know if the query is using the best query plan or not. A DBA can reproduce the query, but it it was prepared...
over 12 years ago in Informix / Informix Server 4 Delivered

Please remove the error -21569 when accessing via the SQL Admin API

If you use a dbaccess or other client of a version older than 15.0.0.0 with the SQL Admin API to retrieve information from large tables, you get the error message -21569 'this client cannot create or open tables that use large rowids'. For example...
10 months ago in Informix / Informix Server 0 Submitted