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 452 of 2592

parallel insert into row organized table

parallel insert is only supported on Column organized table. insert into row_table select * from souce_table is very slow
over 1 year ago in Db2 0 Future consideration

Automated Re-creation of Select-Star Views

If a view is created by using a 'SELECT *' statement, the view is not updated when a new column is added to the base table. An example: create table dm_tab(N integer, M integer) organize by row; insert into dm_tab(N, M) values (1, 2); create view ...
over 3 years ago in Db2 1 Future consideration

Functions to transform DB2 XML to JSON data and the other way around

if you have a table with a XML column it will be nice to be able to export the xml part of the data in a JSON format it will also be nice to be able to update the XML data with input in JSON format.
about 1 year ago in Db2 / Application Development 1 Under review

Request to modify the default command for automatic statistics update to allow user customization

I have worked on case TS017430261. Please allow users to modify the default runstat syntax used for auto runstat at the database level or schema level, not the set profile per table.
about 1 year ago in Db2 6 Not under consideration

Need the ability to fix corrupted synopsis tables

Once DB24LUW-I-841 is implemented (ability to detect corrupted synopsis tables online), then we need the ability to fix them online.
about 6 years ago in Db2 1 Not under consideration

We should expand the maximum size of a LOB object per table or table partition

Enhance Maximum size of a LOB object per table or per table partition (in terabytes) 4 -> 8,16,32,64,128
over 1 year ago in Db2 2 Not under consideration

LOAD to COMMIT extent allocation

LOAD is today a single transaction. It does not create much log volume, but LOAD might run long if lots of data need to be loaded. This can lead to log full disk situation, if concurrent transactions create a large log volume.The extent allocation...
over 7 years ago in Db2 0 Not under consideration

Consideration of Statistical Views for INSERT with Sub-SELECT

We try to improve the performance on an INSERT with an underlying complex subselect eg. "INSERT INTO table "Therefore we created a statistical view through which the optimizer should be able to get more distribution statistics and build a better a...
almost 8 years ago in Db2 0 Not under consideration

Reorg a data partitioned table with non partitioned indexes online

Currently a data partitioned table with non partitioned indexes can not be reorged online, even the latest V11.1.2.2 can not do this.
almost 8 years ago in Db2 1 Not under consideration

Add "IF EXISTS" syntax to all DROP statements

More and more SQL is stored in repositories and needs to be applied in odd places and orders. One syntax element that supports this is the "IF EXISTS" on a drop statement. This causes a statement to not count as a failure if it finds no object to ...
almost 4 years ago in Db2 0 Future consideration