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
Workspace Planning Analytics
Created by Guest
Created on Feb 12, 2026

In V12, add (restore) the capability to manage transaction logging at cube level.

Context

V12 relies on transaction logs, a feature that is equivalent to that implemented in V11, through a Mongo DB. This feature notably allows data to be shared between replicas.

While the transaction log is essential and justified for instance replication in V12, it is also crucial to provide a 'no replication' option for cases where replicas are not used. This would allow logging to be disabled at cube level, as in V11.

Justification

In our application, we have 30 regional data entry and simulation instances, consolidated into three central group reporting instances. During peak periods, these processes transfer up to 3 billion rows per day from the regional instances to the central consolidation instances.

Currently, transaction logs on these central instances are disabled in V11, for two main reasons:

  • Performance, as these instances are fed exclusively by replayable files and are read-only for users,

  • Infrastructure efficiency, as the volume of transaction logs would be substential, affecting both storage and processing speed.

Additionally, concerns have been raised about the performance of this component in V12 as the number of instances increases, since transaction logging is managed by the same MongoDB component for all instances in an environment, which is linked to the same pool of physical resources.

In V11, transaction logging is managed per host – i.e. per Windows server - so adding a new TM1 instance on a new Windows server has no impact on the others.

Needed By Week