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 Submitted
Created by Guest
Created on Aug 28, 2026

Replication from Db2 to IDAA in a mixed scenario with Integrated Synchronization and IBM Loader

Accelerated tables can be replicated using Integrated Synchronization when there are no Db2 utilities unsupported by Integrated Synchronization. This approach is particularly valuable for accelerated tables that are updated exclusively through SQL.

IBM Loader is an effective method for replicating tables or partitions when a Db2 utility has modified the data and those changes are not captured in the Db2 log. The DETECT DATA CHANGES option makes IBM Loader highly efficient, as all partitions are evaluated while only those that require loading into IDAA are replicated.

 Although the two replication methods operate effectively when used independently, their integration in a mixed scenario could be significantly improved, particularly when tables are updated both through SQL and through Db2 utilities that are not supported by Integrated Synchronization.

 When an accelerated table is replicated through Integrated Synchronization, all updated partitions are marked as U (Unknown) for IBM Loader. As a result, even when the data has already been correctly replicated by Integrated Synchronization, using IBM Loader with DETECT DATA CHANGES would still load all partitions that have been modified. We consider this unnecessary, as Integrated Synchronization has already replicated the corresponding changes.

When a Db2 utility modifies a partition, sometimes the partition is marked (in the “change category” available through the SYSPROC.ACCEL_GET_TABLES_DETAILS stored procedure) as U (Unknow), R (Recommended) or O (Required). We think that the category U should no be used by utilities.

We would like Db2 and IDAA to be able to distinguish, through different partition markings, between partitions that have been modified at the Db2 level and subsequently replicated by Integrated Synchronization, and partitions that have been modified by a Db2 utility not supported by Integrated Synchronization. In the latter case, replication is interrupted and Integrated Synchronization cannot load the affected data.

If the DETECT DATA CHANGES option in IBM Loader could differentiate between these scenarios, many unnecessary loads into IDAA could be avoided.

Needed By Quarter