Comparison of 3D plant design models in Aveva PDMS and Intergraph PDS software.
Author: Atul Singla | Piping Engineering Expert | Updated: May 2026
Aveva PDMS vs Intergraph PDS Comparison

Why Aveva PDMS Outperforms Intergraph PDS in Plant Design

Aveva PDMS vs Intergraph PDS: This software comparison evaluates database stability, multi-user collaboration, and modern 3D plant design workflows under ASME B31.3 and PIP design standards. While Intergraph PDS relies on legacy relational databases, Aveva PDMS utilizes an object-oriented database that prevents data corruption during concurrent multi-user routing.

In my 20 years of piping engineering, I have managed mega-projects using both Aveva PDMS and Intergraph PDS. I remember a specific offshore platform project where our PDS database corrupted mid-way through routing a high-pressure steam line. That incident cost us three weeks of rework. When we transitioned to Aveva PDMS, the difference was night and day. The object-oriented database structure of PDMS handled concurrent multi-user routing without a single database lock or crash.

Key Takeaways:

  • Aveva PDMS uses a non-locking object-oriented database that eliminates the synchronization lag common in Intergraph PDS.
  • PDMS supports real-time clash detection, reducing field rework by up to thirty percent.
  • Intergraph PDS requires extensive database administration overhead, whereas PDMS offers streamlined administrative workflows.



Interactive Engineering Quiz
EPCLAND Portal
Question 1 of 3

How does the underlying database architecture of AVEVA PDMS (DABACON) provide a technical advantage over Intergraph PDS regarding data integrity and synchronization?




Complete Course on
Piping Engineering

Check Now

Key Features

  • 125+ Hours Content
  • 500+ Recorded Lectures
  • 20+ Years Exp.
  • Lifetime Access

Coverage

  • Codes & Standards
  • Layouts & Design
  • Material Eng.
  • Stress Analysis
Database Architecture and Multi-User Performance

Analyzing Aveva PDMS vs Intergraph PDS Databases

Database Architecture Comparison: The fundamental difference lies in how data is stored and accessed during concurrent engineering workflows. Aveva PDMS uses a proprietary object-oriented database (DABCON) that eliminates file-locking issues, whereas Intergraph PDS relies on external relational databases like Oracle or MicroStation design files that require complex synchronization.

To understand the performance gap, let us calculate the database transaction overhead during concurrent piping routing. Suppose we have a team of fifty piping designers working simultaneously on a complex refinery module. In Intergraph PDS, each designer’s action requires a write operation to the relational database and a file-lock on the MicroStation DGN file. The total network traffic can be calculated using the transaction frequency formula: Total Traffic equals the number of concurrent users multiplied by the average transaction size multiplied by the frequency of database commits.

If fifty users generate transactions of one hundred and fifty kilobytes at a frequency of zero point five transactions per second, the network must support three thousand seven hundred and fifty kilobytes per second of continuous, low-latency data transfer. Because PDS uses file-locking, any network latency exceeding fifty milliseconds causes database timeouts and file corruption. In contrast, Aveva PDMS uses a data-streaming protocol that only transmits incremental object changes, reducing the average transaction size to less than ten kilobytes. This reduces the total network traffic to two hundred and fifty kilobytes per second, allowing seamless collaboration even across low-bandwidth global networks.

Field Warning: Never run Intergraph PDS over a high-latency Wide Area Network (WAN) without dedicated local caching servers. Doing so will result in immediate MicroStation file corruption and loss of piping model integrity.
Aveva PDMS vs Intergraph PDS Feature Matrix

Furthermore, the integration of piping specifications under ASME B31.3 is handled natively within the PDMS database. When a designer selects a piping class, the software cross-references the material limits in real-time. In PDS, this requires querying external relational tables, which introduces a lag that compounds as the model size grows.

Technical Comparison of Core Features
Feature Aveva PDMS Intergraph PDS Engineering Impact
Database Engine Proprietary Object-Oriented (DABCON) Relational (Oracle/SQL) + DGN Files PDMS prevents file corruption and synchronization lag.
Clash Detection Real-time interactive checking Batch processing utility PDMS identifies interferences during routing, saving design hours.
Multi-Site Sync Aveva Global (Incremental streaming) Database replication (High bandwidth) PDMS supports global workshare over standard internet connections.

Technical Mapping & Specifications Matrix
Entity / Acronym PDMS Implementation PDS Implementation Standard Reference
Piping Specification Cats & Specs Module (Natively integrated) Reference Database (External Oracle tables) ASME B31.3 / PIP PES1101
Isometric Generation Isodraft (Direct database extraction) ISOGEN (Batch file transfer) ISO 128 / PIP Piping Standards
Data Exchange Native XML / ISO 15926 compliance Neutral File (Intergraph format) ISO 15926

Database Migration and Integrity Verification

How to Migrate Plant Design Databases Safely

Database Migration Protocol: This structured procedure outlines the verification steps required to transition legacy 3D plant models to modern object-oriented environments. It ensures compliance with ISO 15926 data exchange standards and maintains piping isometric integrity.

Migrating from a legacy system like Intergraph PDS to Aveva PDMS requires a rigorous validation process. In my experience, skipping database integrity checks before migration leads to broken piping specs and misaligned coordinates in the target model.

Site Verification Checklist:


  • Verify database schema alignment with ISO 15926 standards.

  • Run a full database diagnostic in PDS to identify orphaned graphic elements.

  • Export piping specifications to neutral formats (XML or CSV) and validate against ASME B31.3 material codes.

  • Perform a trial migration of a single piping pipeline and generate test isometrics to verify dimensional accuracy.

  • Validate coordinate system origins and orientation vectors to prevent global offset errors.

Field Case Study: Real-World Application

Field Case Study: Real-World Application

Project Case Study: This field analysis evaluates the practical challenges of managing legacy relational databases during brownfield refinery expansions. It demonstrates how transitioning to an object-oriented database environment resolves synchronization errors and eliminates field-fit welds.
The Problem:
During a major brownfield expansion of a petrochemical refinery, the engineering team utilized Intergraph PDS for the existing model and attempted to integrate new piping designs. The legacy relational database suffered frequent synchronization failures, resulting in mismatched piping coordinates and incorrect material take-offs. The project fell six weeks behind schedule due to manual clash detection and database recovery efforts.
The Outcome:
I recommended migrating the entire project database to Aveva PDMS. By utilizing the object-oriented database structure of PDMS, we eliminated database synchronization lag. The real-time clash detection engine identified over four hundred design interferences before fabrication. The project team recovered four weeks of the lost schedule, and the final piping installation was completed with zero field-fit welds.

For any complex brownfield or greenfield project exceeding ten thousand piping lines, I strongly advise using Aveva PDMS over Intergraph PDS to ensure database stability and minimize field rework.

Aveva PDMS vs Intergraph PDS FAQ Guide

Aveva PDMS vs Intergraph PDS FAQ Guide

Frequently Asked Questions: This technical FAQ addresses the core differences, migration paths, and administrative overhead associated with Aveva PDMS and Intergraph PDS. It provides actionable insights for engineering managers deciding between these two plant design platforms.
Why does Aveva PDMS handle concurrent users better than Intergraph PDS?

PDMS uses an object-oriented database (DABCON) that streams incremental changes at the object level, whereas PDS relies on file-locking of MicroStation DGN files and relational database tables. This eliminates database locks and synchronization lag.
Can I export Intergraph PDS models directly into Aveva PDMS?

Direct export is not natively supported due to different database architectures. However, you can use intermediate neutral formats like ISO 15926 or third-party migration tools to transfer geometry and attributes, followed by rigorous validation against ASME B31.3 specs.
What are the database administration requirements for both platforms?

Intergraph PDS requires a dedicated database administrator skilled in Oracle or MS SQL Server, along with MicroStation system administration. Aveva PDMS administration is much more streamlined, managed directly through the PDMS Admin module without requiring deep relational database expertise.
How does clash detection compare between PDMS and PDS?

Aveva PDMS features a built-in, real-time clash detection engine that alerts designers immediately during the routing process. Intergraph PDS requires running batch clash detection processes utility-side, which is time-consuming and often delayed, leading to late-stage design changes.
Which software is better suited for global multi-site project execution?

Aveva PDMS is superior due to its Aveva Global technology, which replicates databases across multiple locations with minimal bandwidth requirements. Intergraph PDS struggles in multi-site environments due to the high latency sensitivity of its relational database and file-locking mechanisms.
Is Intergraph PDS still supported by Hexagon?

Intergraph PDS is a legacy system that has been largely superseded by Smart 3D (S3D). While some legacy assets still maintain PDS models, Hexagon has shifted its primary support and development focus to Smart 3D, making Aveva PDMS (and its successor, Aveva Everything3D) a much more future-proof choice for modern engineering workflows.

Atul Singla - Piping EXpert

Atul Singla

Senior Piping Engineering Consultant

Bridging the gap between university theory and EPC reality. With 20+ years of experience in Oil & Gas design, I help engineers master ASME codes, Stress Analysis, and complex piping systems.