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 Not under consideration
Workspace Db2
Created by Guest
Created on Feb 9, 2015

DPF IXF Format(RIMS)

On DPF only, you can't Load a multi-partition table from an exported file with an IXF format. We've run into this a couple of times when we had to save off data before dropping/recreating a table. I can understand that there may be something in the IXF format that prohibits spreading the data over the partitions, but the troublesome part is that, if you're using this to restore data from a dropped table, you may not know about it until it's too late to unload the data into a delimited format. You can load this data using an Import, but in the DPF world, most of these tables are so large you do not want to use Import. What I would like to see is a warning message on any export to an IXF format on any DPF table stating that this data cannot ever be Loaded. That would prompt us to either recognize that we have to use Import or to redo the export to a DEL format that can be Loaded. Ideally, it would be nice to remove the restriction on loading from IXFs, but at least providing the warning keeps us from shooting ourselves in the foot.