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

Informix Server

Showing 32

Make scroll cursors more consistent when lists/collections are involved

This RFE is for removing the protection to disable collection types in scroll cursor at the prepare phase, and fail only at runtime if the cursor retrieves a row greater than row limit.
6 days ago in Informix / Informix Server 0 Under review

New configuration parameter to enable sbspace logging by default

Instances that are replicated must have smart large objects logged so that they are copied to secondary servers. This is not the default, and one of the following is required when setting up the sbspace: onspaces -s -S ... -Df LOGGING=ONonspaces -...
25 days ago in Informix / Informix Server 2 Under review

Have an new TEMP_TABLE_SIZE = [LARGE|SMALL] onconfig and session parameter

It appears that LARGE temp tables are not best practice, as these are slower than SMALL temp tables. It would be nice to avoid application code changes because of this Informix behavior, and force programmers to use CREATE SMALL TEMP TABLE ... All...
about 2 months ago in Informix / Informix Server 0 Under review

Informix - Adjusting Edition Limits

With the introduction of IDS 15, storage options within an instance have become virtually unlimited. Fortunately, this has also removed several restrictions that, over the years, led to unnecessary administrative effort across different editions. ...
12 months ago in Informix / Informix Server 0 Under review

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...
4 months ago in Informix / Informix Server 1 Under review

Multi-Vector Functionality

Multi-Vector Database functionality (like Milvus). May be an additional functionality like time-series or as datablade like geospatial and text-search.
almost 2 years ago in Informix / Informix Server 1 Under review

Informix v15 PDF Manuals

PDF Manuals are needed for offline use.
over 1 year ago in Informix / Informix Server 0 Under review

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...
almost 2 years ago in Informix / Informix Server 1 Under review

"Prevent the dbschema command from incrementing sequence values"

Currently, running dbschema increments the value of sequences, even when it is documented it is the expected behavior, we consider that it is not desireable.
over 1 year ago in Informix / Informix Server 0 Under review

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