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


Status Future consideration
Workspace Db2
Components Warehouse
Created by Guest
Created on Nov 16, 2021

Adding storage path to specific partition

Recently I faced a problem on a DPF environment. I had raised below case with IBM and seems as of now this is not possible.


In DPF environment, how can I add storage path to a specific database partititon?

The below command adds the storage path to all the partitions. where as my requirement is to add the storage only on partition number 1.

db2 "ALTER DATABASE TEST ADD STORAGE ON '/db2/data1p1', '/db2/data2p1'"

DB20000I The SQL command completed successfully.


We have a DPF Database with 3 logical nodes. Storage path was added to the partitions using database partition expression.


Catalog node (NODE 0) is created on below filesystems:

/db2/data1p0

/db2/data2p0


NODE 1 is created on :

/db2/data1p1

/db2/data2p1


And NODE 2 on:

/db2/data1p2

/db2/data2p2


Now filesystem where NODE 1 and NODE 2 are created were 95% utilized. Tablespace created on catalog node does not have large tables and hence the utilization is below 50%.


I found there is no way to add storage path to a specific node. If I add storage path, it will be allocated to all the 3 nodes including catalog node. And a tablespace rebalance after this, will mess up database design on the current environment.


Only couple of options are left with DBA. One is add another partition to the database and redistribute the data which will need lots of time and effort.

The second option is allocate more storage to the existing filesystem. There is a limitation to this as well.


It will be very helpful and will make DBAs life easier if IBM can come up with small option of allocating storage paths to specific partitions/Nodes.


Thanks,

Gorakh Ghate



Needed By Quarter