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



Status Not under consideration
Workspace Db2
Created by Guest
Created on Sep 10, 2020

Allow start RESTORE on non-catalog db-partitions earlier

In a Multi-Partitioned databases, we currently need to restore each database partition individually, but, not all of them can be made in parallel.

Catalog Partition must be restored first. and it must complete before we can start restoring the remaining db-partitions.

This increases the RECOVERY time drastically. Normally, RESTORE operations takes longer to complete than the backup time. (1.5x to 2x times higher) ,
In a DPF system, this is even worst. If we are running in DPF, that's because the database is already HUGE, so the backup can take 5h , 10h to complete.

We have a DPF system at AMEX (26 db partitions) , that takes around 20h to restore.
8h to restore only the catalog db-partition + 12h to restore all other 25 db-partitions in parallel.

This is too much downtime.

This idea propose to allow starting restoring the other db-partitions before the catalog-partition restore gets completed.

The SYSCAT tablespace which I assume is the most important one, is normally small size, and gets restored pretty fast. So, Db2 should have all the necessary information to allow the remaining db-partitions restores to get started, while the other user-data tablespaces are still in progress in the catalog one.

Needed by Date Dec 31, 2020