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 1332

Table partitioning for column-organized tables

Column-organized tables are currently not supported for table partitioning (e.g. PARTITION BY RANGE)..At the same time, table partitioning is used by many data warehouse customers to speed up ETL activities - e.g.:(a) load new data into a separate...
almost 7 years ago in Db2 / BLU Acceleration 0 Future consideration

When using SSL to connect to DB2 on z/OS. Add the OCSP feature in the SSL handshake.

One of the new audit requirements in our organization is that OCSP or CRL should be used when SSL is used for communication. If i'm good informed currently this option isn't available in the SSL communication between DB2 on z/OS and it's DB2 conne...
about 1 month ago in Db2 / Db2 Connect and Drivers 0 Submitted

A DB cfg parameter to set the default tablespace to prevent objects ending up in the wrong TS

When not explicitly set in the CREATE TABLE statement, a newly created table will end up in the last created tablespace. A lot of customers have problems with this for several reasons. They have no control over table placement when using a framewo...
almost 3 years ago in Db2 / Configuration Parameters 0 Future consideration

Decouple archive log purging from BACKUP utility

For databases using AUTO_DEL_REC_OBJ, at the end of the BACKUP utility there is a synchronous process which purges any history records and their associated archive logs. This can take a very long time on busy systems. It is necessary to decouple t...
over 6 years ago in Db2 / Backup/Restore/ Rollforward/ Recover 1 Not under consideration

Create a "RUNSTATS Check" report similar to the REORGCHK

Although there is an Automated RUNSTATS, some people prefer to execute RUNSTATS manually. Having some ability to run a report that "Recommends" that a table should have a RUNSTATS performed would assist in making decisions. with thousands of table...
8 months ago in Db2 / Utilities (Export Import Load db2look etc) 0 Future consideration

Bitemporal tables and missing highest quantiles

If a user issues FOR BUSINESS_TIME AS OF clause against a bitemporal table, DB2 translates it to a where clause with two range predicates against business_time columns. In our system following situation occurs quite frequently: 1) At all time...
over 1 year ago in Db2 / BLU Acceleration 0 Future consideration

Allow CREATE/REPLACE for users other than owner

Currently on Db2 LUW CREATE OR REPLACE is only allowed for the owner of a database object. CREATE OR REPLACE authorization should be opened up to allow create/replace by anyone who has the ability to drop the object and to create the object with a...
over 5 years ago in Db2 / Statements (DDL and DML) 3 Not under consideration

Provide Db2 history of installs/updates including date

For auditing and compliance purposes, Db2 needs to easily make the following information available:- Database Version, Release, ModPack, FixPack (including security special builds)- Database Date/Time of the creation and subsequent updates- Databa...
7 months ago in Db2 / Installation & Upgrade 0 Not under consideration

db2look with -printdbcfg must support parameters with "automatic" value

To clone a database and all its objects IBM recommend to use the db2look utility. If you use the -printdbcfg to clone the db configuration too the db2look utility generate the parameter values in the update commands but without the "automatic" val...
about 4 years ago in Db2 / Utilities (Export Import Load db2look etc) 1 Not under consideration

DB2 LUW: Intra-tablespace parallelism

Db2 V9.7 FP2: Intra-tablespace parallelism can reduce elapsed time for backups Starting in Version 9.7 Fix Pack 2, intra-tablespace parallelism was introduced and can be used during backups other than delta and incremental backups. Intra-tablespac...
over 6 years ago in Db2 / Backup/Restore/ Rollforward/ Recover 2