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: Db2 for z/OS

Showing 13

Drop indexes with uniquerule P and C

When a tablespace is converted from PBG to PBR or even PBR-PBG-PBR all indexes become non-partitioned. There will not be a solution to convert non-partitioned indexes to partitioned. Instead IBM point to DB24ZOS-I-553 to create new unique indexes ...
11 months ago in Db2 for z/OS 1 Not under consideration

I/O required for RI check against the parent table when inserts done on the child table.

We have noticed that there is a high number of get pages on the parents indexes when doing an INSERT of a child row. Here are the details of our situation: The parent table has a partitioned primary key index with 132 partitions. The...
over 6 years ago in Db2 for z/OS 0 Not under consideration

Primary Authid etc. in Plan_Table

Add a column where the userid, jobname and the like can be storred. This column should be NOT NULL WITH DEFAULT USER and accordingly populated by explain.
over 13 years ago in Db2 for z/OS 2 Not under consideration

Allow non-intrusive RENAME of Constraint Names

Allow for a non-intrusive RENAME of any type of CONSTRAINT name. Primary Key, Foreign Key, CHECK and UNIQUE Constraint names should be available for RENAME. Currently, changing Constraint names requires the Constraint to be dropped and re-created ...
almost 8 years ago in Db2 for z/OS 1 Not under consideration

-MODIFY GBPOOL command - Allow Db2 sysadmins to manage GBP CF structures without permitting access to MVS SETXCF

The Challenge Currently, the Data-Sharing Planning and Administration Guide states that SETXCF commands are necessary for the administration of Db2 Group Bufferpools, particularly functions such as: Re-sizing group bufferpools Rebuilding group...
over 6 years ago in Db2 for z/OS 0 Not under consideration

Replace unique NPI by PI

We need to replace non-partitioned unique indexes by partitioned indexes. This will be even more important when we start converting PBGs to PBRs in vNext. Already today you can create a new unique index. The problem is getting rid of the old NPI. ...
over 4 years ago in Db2 for z/OS 0 Not under consideration

Current authorization session variable

We would like to have a session variable that would identify the current authorization in use by a connection. By "current authorization", I would like it to identify the package owner of the package being executed for static sql or dynamic sql us...
almost 7 years ago in Db2 for z/OS 1 Not under consideration

zDb2 should provide option to not write RACF statistics without coding any Db2 Signon Exit (DSN3SSGN)

Banca d'Italia, for many good reasons, wants to get rid of any user written assembler exit, including DSN3SSGN .They use DNS3SSGN only with the specific purpose to not collect RACF statistics and so they have modified it by adding STAT=NO on each ...
over 7 years ago in Db2 for z/OS 1 Not under consideration

Need Ability to REORG a Tablespace Specifying a Logical Partition Range

The customer is defining a partitioned DB2 table as CREATE TABLE TEST.PART_ROLLOVER ( COL_1 CHAR(1) NOT NULL , COL_2 DATE NOT NULL ,PRIMARY KEY (COL_1) ) WITH RESTRICT ON DROP IN TEST.ROLLOVER PARTITION BY ( COL_2 ) ( PARTITION 1 ENDING AT ( '2009...
about 13 years ago in Db2 for z/OS 1 Not under consideration

PARTITION BY clause should be available to create DPSI of Index on expression

IOE (Index on expression) can be DPSI, but when we specify PARTITION BY clause in the DDL to create partitioned IOE, it is failed by SQLCODE -628 in DB2 V11. We can create DPSI of IOE by the following DDL. CREATE INDEX TEMP.INDEX2 ON TEMP.TABLE2 (...
over 11 years ago in Db2 for z/OS 1 Not under consideration