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

Showing 9

Make SET TENANT available in connect procedure

The new Db2 release 12.1 provides the namespace isolation via tenant feature. Default is the SYSTEM tenant. The tenant feature is ideal to replace small personal databases for developers where many may have the same sets of tables and also in the ...
10 months ago in Db2 2 Future consideration

Allow REORG INPLACE and modify REORG RECLAIM EXTENTS on ITC tables

Beginning Db2 v10.5, REORG RECLAIM EXTENTS on ITC tables also implicitly performs sparse extent consolidation before freeing empty extents ( https://www.ibm.com/docs/en/db2/10.5?topic=enhancements-reorganization-make-table-maintenance-easier ). Ho...
about 2 years ago in Db2 0 Future consideration

Rebuild BLU columnar dictionaries and recompress data in BLU columnar tables

An engineered capability is required to automatically rebuild an optimal BLU columnar compression dictionary and recompress BLU columnar tables. A technique is needed to easily rebuild and recompress columnar tables like we have for adaptive compr...
over 2 years ago in Db2 0 Future consideration

ADMIN_MOVE_TABLE should immediately fail or at least warn when source table is ineligible for SWAP

Even after upgrading the database to Db2 V11.5 and beyond, older tables with check constraints and/or generated columns that were created before V9.7 will still cause the SWAP phase of ADMIN_MOVE_TABLE to fail with SQL0668N reason code 10. The und...
over 4 years ago in Db2 0 Future consideration

Add the ability to control db2sqljcustomize behavior on untyped host variables and prevent silent data type conversion

We modernize a banking database application originally written in COBOL by migrating the functionality into a new written Java application. During this application migration we noticed that there is an issue with unexpected/unwanted data type con...
about 3 years ago in Db2 / Application Development 0 Future consideration

Error message improvement

We request na addition to the error messages for this specific scenario: While converting non-UTS tablespaces to UTS using SECQTY 0 the opperation returned only the message DSNI014I reason code 00C90101, no message indicating space shortage in tab...
over 3 years ago in Db2 0 Future consideration

Db2 Templates should support defered tape Mounts

We use a VTL for our Tape Environment. For a VTL it is recommended by IBM to use UNIT=(TAPE,,DEFER) in all Jobs. DB2 uses templates to generate JCL. In this templates it is not possible to code a DEFER parameter. Is there a way to solve this dilemma?
over 3 years ago in Db2 0 Future consideration

ISO/IEC 9075:2016-2, T612: Add ability to declare window frame that can be shared between window functions

When you need to use the same window frame for several window functions, T612 can simplify the query. Example from code of advent, day 1: select id, case when count(1) over w = 3 then sum(depth) over w end depth from day1.input window w as (order ...
almost 4 years ago in Db2 0 Future consideration

PL/SQL compatibility - default values of procedure parameters

Currently DB2 does not fully support Oracle-style definition of default parameters in PL/SQL stored procedures (including those in functions). The following definition works in Oracle, but requires modification in DB2: CREATE OR REPLACE PACKAGE my...
almost 9 years ago in Db2 / Application Development 0 Future consideration