Skip to Main Content
IBM Sustainability Software - Ideas Portal


This portal is to open public enhancement requests against the products and services belonging to IBM Sustainability Software. 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
Categories Feature
Created by Guest
Created on Oct 7, 2025

ERM Storage binary files to external storage

Why Store Binary Files on External Storage Instead of in the Database on Jazz Platform DOORS NG

In the context of IBM Engineering Lifecycle Management (ELM), particularly DOORS Next Generation (DNG), managing binary files—such as images, documents, and other non-textual artifacts—requires careful consideration of performance, scalability, and maintainability. Storing these files on external storage rather than directly in the database offers several key advantages:

1. Performance Optimization

Databases are optimized for structured data and transactional operations. Storing large binary files (BLOBs) in the database can:

  • Increase query latency.
  • Slow down backup and restore operations.
  • Impact overall system responsiveness, especially in collaborative environments like DNG.

External storage systems (e.g., file servers, object storage) are designed to handle large files efficiently, enabling faster access and retrieval.

2. Scalability and Storage Management

Binary files can grow significantly in size and volume over time. External storage solutions:

  • Offer better scalability for large datasets.
  • Allow for tiered storage strategies (e.g., hot/cold storage).
  • Simplify storage expansion without impacting database schema or performance.

3. Simplified Backup and Disaster Recovery

Separating binary files from the database allows independent backup strategies:

  • Databases can be backed up more frequently and quickly.
  • Binary files can be archived or backed up using specialized tools suited for large data volumes.

This separation reduces recovery time and complexity in case of system failures.

4. Improved Maintainability and Flexibility

External storage provides:

  • Easier integration with content delivery networks (CDNs) or cloud storage.
  • Flexibility in managing access control and versioning.
  • Better support for file lifecycle management (e.g., retention policies, deduplication).

5. Compliance and Security

Storing files externally allows for:

  • More granular access control mechanisms.
  • Easier implementation of encryption at rest and in transit.
  • Compliance with data residency and retention regulations.

6. Alignment with Jazz Platform Architecture

The Jazz Platform is designed to be modular and service-oriented. Externalizing binary content aligns with this architecture by:

  • Decoupling data storage from application logic.
  • Facilitating integration with other tools in the ELM suite (e.g., RQM, RTC).
  • Supporting distributed deployments and cloud-native strategies.
Idea priority High
Needed By Yesterday (Let's go already!)