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

Request Informix slow queries history

When a user executes a query and the execution time is over x seconds, the SQL text is saved to a database table, along with general statistics like number of times it executes, avg duration, rows retrieve, row sent, etc. This is configured at a d...
8 days ago in Informix / Informix Server 1 Submitted

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...
2 months ago in Informix / Informix Server 1 Submitted
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.
over 9 years ago in Informix / Informix Server 0 Future consideration

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

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...
about 1 year ago in Informix / Informix Server 0 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
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

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...
8 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...
10 months ago in Informix / Informix Server 1 Submitted

SQL interface to obtain the temporary space usage (tables, hash, sorts...)

A DBA and possibly a programmer needs an easy way to monitor who is responsible for the temporary space usage.Currently it's possible a user may be consuming a lot of temporary space and impacting other sessions, without the DBA being able to quic...
about 10 years ago in Informix / Informix Server 2 Delivered