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 450 of 2588

Ability for Reorg Reclaim Extents decrease page count from columnar tables

Currently the Page Count (value seen in column COL_OBJECT_L_PAGES from MON_GET_TABLE) is never reduced even after running Reorg Reclaim Extents.In a columnar table that suffers insert/update/delete we may get into a situation where Db2 will indica...
about 2 months ago in Db2 / Db2 on-premise 1 Under review
437 VOTE

Reorg Utility Progress data is missing in db2 list utilities and db2 list utilities show detail command

The db2 list utilties and db2 list utilities show detail command will not display the Reorg utility progress. 1) The command will display the Runstats progress details for the table 2) The command will display the Load progress details for the tab...
about 6 years ago in Db2 73 Not under consideration

Db2 Encryption at Rest breaks backup deduplication

For the EU's Digital Operational Resilience Act (DORA) Encryption at Rest is mandatory for many databases. Since we have turned on Encryption at Rest, data deduplication during backups is not working anymore. We always have to save the full 15+ TB...
4 months ago in Db2 / Db2 on-premise 0 Under review
206 VOTE

Reduce Time Required for Online(Inplace) Reorg for huge tables

1) Inplace reorg will take time more for the tables with huge data say for example 1 TB 2) To Reduce the time for this we want to avoid full table scan hence we need to look in portions of the data in a table where it is getting fragmented 3) Henc...
about 6 years ago in Db2 21 Not under consideration

Remote storage and datalake tables for AIX

The feature is already available in Db2 for a while, but only supported in (Intel) Linux environments. IBM talks about the benefits of those features and related system architectures, but the feature is not available to many of our large enterpris...
11 months ago in Db2 1 Future consideration

Ability to perform create indexes on a table in parallel

Typically we need to (re-)create multiple indexe’s on a table. Right now this process has to be performed sequentially - index after index - which can take a very considerable time. We would like to see a feature to able to CREATE multiple INDEXes...
6 months ago in Db2 / Db2 on-premise 1 Under review

MON_GET_CONNECTION to show the SSL protocol information for DPF

Please enhance MON_GET_CONNECTION to show the SSL protocol information for DPF when the client connects toa non-catalog partition. This was highlighted in TS020092882 case "DPF-Non-Catalog-Node-Connection-Is-Not-SSL"This is useful to show correct ...
18 days ago in Db2 / Db2 on-premise 0 Submitted
134 VOTE

export data from tables out of a backup image

Introduce a new parameter to the export utility to be able to export data from a table that is in a backup image.This functionality is especially useful for data extraction without touching/impacting the source system
over 8 years ago in Db2 2 Future consideration

Automatic Table Partition Creation and Purging Based on Date Expressions

I propose the addition of a native feature in Db2 LUW for automatic table partition management based on a date or timestamp column. Specifically: Automatic Partition Creation: Allow users to define partitioning expressions (e.g., daily, monthly, y...
4 months ago in Db2 / Db2 on-premise 1 Future consideration

new column alteration feature: enable SET GENERATED ALWAYS FOR EACH ROW ON UPDATE AS ROW CHANGE TIMESTAMP

Use Case: A table is created with the following column definition: TECHTIMESTAMP GENERATED ALWAYS FOR EACH ROW ON UPDATE AS ROW CHANGE TIMESTAMP The clients use the table (already contains data records), so that values have already been generated ...
10 months ago in Db2 2 Needs more information