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 428

Increase supported ADMIN_MODE_USERS by moving list from onconfig to table

Parameter ADMIN_MODE_USERS handy during migrations. the ability to make the database available for a subset of users is great for post migration validation. However the length of the field (127 bytes) is a limitation that ends up being somewhat mi...
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

For buffer spinslocks show if loops are for read or writes

When reviewing onstat -g spi for buffer spinlocks e.g. fast mutex, 3:bf[1024] fast mutex, 3:bhash It would be great if we could tell if this is from either: a) Read access i.e. more app caching/better query plans/more data archiving+purgin needed ...
over 2 years ago in Informix / Informix Server 0 Future consideration

Allow trusted context to accept CIDR notation

Currently the syntax to define a trusted context accepts only IP's . In view that microservices are deployed on Kubernetes infrastructures, the DBA has to add all the IP's of the different subnets. This is both cumbersome and laborious. The propos...
over 2 years ago in Informix / Informix Server 0 Future consideration

Add support for system versioned tables

This feature is about having native support to version data within the table. The application will always be able to access the most current data, however through pseudo columns or via other means older version of the data is available. This featu...
over 2 years ago in Informix / Informix Server 1 Future consideration

INFORMIX AUTO INDEX

When no suitable index is created, the optimizer does an "auto create index" for the query. This proposed index should be printed out to the online.log to help the admin to create the optimized indexes for the queries.
over 2 years ago in Informix / Informix Server 0 Future consideration

Document "autotune" paramerer for cpu and aio in the onconfig.std file.

Its is not easy to find any document that cover all three of 1) AUTO_TUNE 2) VPCLASS cpu,autotune,noage and 3) VPCLASS aio,autotune=1,noage. The onconfig.std file does not even mention "autotune", yet this is the best place to concisely let it be ...
over 2 years ago in Informix / Informix Server 0 Future consideration

Implement LIMIT clause in DELETE Statement

Expand DELETE syntax implementing LIMIT clause and maybe also ORDER BY. Delete syntax can be like: DELETE [FROM] tbl_name [WHERE where_condition ] [ORDER BY ...] [LIMIT row_count ] This limit + order by syntax is already implemented in other major...
over 2 years ago in Informix / Informix Server 1 Future consideration

Allow MAX_PDQPRIORITY to be configurable per user.

We want to Informix to be able to use PDQ but we would not want 3rd party logins to be able to use PDQ and impact processing. The existing onconfig parmeter should be a default is it is not defined for the user.
over 2 years ago in Informix / Informix Server 0 Future consideration

Implement CREATE OR REPLACE option for triggers/views/synonyms/row types

Since a similar option for stored procedures is available starting with version 14.10 it would be handy if this syntax could also be introduced for triggers, views, synonyms and row types. Currently you first have to drop a trigger/view/synonym or...
over 2 years ago in Informix / Informix Server 1 Future consideration