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

Db2

Showing 1386 of 15168

Start Commandline-Script in Stored Procedure

Executes external commandline-scripts from stored procedure. The stored procedure call should work like following: select * from (VALUES '`sh /tmp/test.sh`') AS TEMP(Testoutput); With the script i check if new created tables or views from developm...
over 3 years ago in Db2 / Statements (DDL and DML) 1 Future consideration

Support for "every" in the "alter table add partition" to add multiple partitions

The "create table" statement supports this syntax to create a table with multiple partitions: CREATE TABLE DOCUMENTS ( ID INTEGER, CONTENTS VARCHAR(10)) PARTITION BY RANGE (ID)(STARTING 1 ENDING 1000 EVERY 100) This will create a table with 10 par...
over 2 years ago in Db2 / Tables/Index (Range MQ MDC etc.) 0 Future consideration

Restrict Users from creating jobs

We would like to restrict certain users from creating new jobs and executing them using DMC. Due to the strict data access and tightened restrictions for offshore team due to the work from home process in place, we would like the offshore team to ...
over 2 years ago in Db2 / Data Management Console 0 Not under consideration

Asynchronous index rebuild at restart

When an index rebuild is required at the restart time, it can depend on the connection of the first user accessing the table. If the connection is killed, the index rebuild need to redone. It would be smarter to let the rebuild complete even if th...
about 8 years ago in Db2 / High Availability and/or Disaster Recovery 0 Not under consideration

Support for application-period temporal tables defined as CTE

Support for application-period temporal tables in CTEs. To be able to join Temporal Tables and temporal CTEs with a FOR BUSINESS_TIME clause.
almost 7 years ago in Db2 / Statements (DDL and DML) 0 Not under consideration

Allow inplace reorg of tables with XML columns

Lift the restriction on being able to do an inplace reorg of a table when the table contains an XML column.
almost 7 years ago in Db2 / Utilities (Export Import Load db2look etc) 0 Not under consideration

Support mixed row/column environments without requiring CUR_COMMIT=ON

We have recently run into a problem when we enable Cur_commit because of the locking behavior expected by some applications (they expect blocking). Therefore, we have to disable CC, but then that app cannot use blu. We want to give our plant the a...
almost 6 years ago in Db2 / BLU Acceleration / Tables/Index (Range MQ MDC etc.) 0 Planned for future release

Enhance the db2pd flag -quiesceinfo

The following db2pd flag, -quiesceinfo, only applies to PureScale even though this is not clearly documented. We would like to see this available on all DB2 LUW installations.
almost 7 years ago in Db2 / Monitoring 0 Not under consideration

event monitor tables (activity/actitivtystmt/activitymetrics) should support range partitioning

event monitor tables do not support range partitioning. In addition, you can not create expression based indexes on them. This makes them more difficult to manage and query. create event monitor wlm_activity_mon for activitieswrite to table activi...
almost 6 years ago in Db2 / Monitoring 0 Not under consideration

To remove tablespace maintenance restrictions on pureScale

To remove all the restrictions of SQL1419N Reason code = "11" on pureScale. 11 Altering database containers is not supported in a DB2 pureScale environment. As a result, the following clauses are not supported with the ALTER TABLESPACE statement i...
over 9 years ago in Db2 / Tables/Index (Range MQ MDC etc.) 2 Functionality already exists