Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


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.

Status Future consideration
Workspace IBM i
Categories Db2 for i
Created by Guest
Created on May 10, 2023

Speed up table partitioning

Databases are constantly increasing in size, and more and more IBM i customers are approaching or exceeding the limits for a single DB2 table: 1.7 TB storage or 4.2 billion rows.

DB2 MultiSystem allows for a table to have up to 256 partitions instead of only one, thus raising the limit by a factor of 256. And IBM changed the price for DB2 MultiSystem to zero in summer 2022, so all customers can now use this feature for free.

Changing a table from being non-partitioned to a partitioned table is an extensive operation, since a new structure has to be created and all the data copied into this structure, according to the partition setup (range, hash).


However, the operation runs in a single thread so it is very slow!


The last time we had to partition a non-partitioned table, it took 26 hours(!) creating the new structure, copy the data and rebuild the primary indexes and constraints! This was on a 8 core Power9 with 1 TB memory attached via 3 FC adapters to a V7000 with FCM modules, but the hardware did almost nothing. The application was down all 26 hours because of this.


Please consider changing this operation to use multiple threads and exploit the available hardware. Other operations in the database already do this, e.g. index builds.


Many IBM i customers will experience the same issue as us, as their tables approach the limits, and we will also have to go through this again, when the next table has to be partitioned. And it is difficult for the business to understand, that the application will be down for more than 24 hours, because we have to change a table to allow for more data.

Idea priority High
  • Admin
    Maria del Carmen Ruvalcaba Cevallos
    Reply
    |
    May 30, 2023

    The CAAC has reviewed this IBM Idea and recommends that IBM view this as a medium priority Idea that should be addressed.

    The benefic is good, yet it is not something that will be adopted by this Community - very much. The environment has changed, with the price reduction.

    Background: The COMMON Americas Advisory Council (CAAC) members have a broad range of experience in working with small and medium-sized IBM i customers. CAAC has a key role in working with IBM i development to help assess the value and impact of individual IBM Ideas on the broader IBM i community and has therefore reviewed your Idea.


    For more information about CAAC, see www.common.org/caac

    Carmelita Ruvalcaba- CAAC Program Manager

  • Guest
    Reply
    |
    May 28, 2023
    IBM will use this Idea as input to planning, but no commitment is made or implied. This Idea will be updated in the future if IBM implements it.