1 / 49

DPSync Overview

DPSync Overview. Agenda. The Problem and the Options Concepts of ADABAS-to-RDBMS Replication A Brief History of ADABAS-to-RDBMS Replication DPSync: How It Works Points of Distinction Customer Benefits Summary: Ask the Difficult Questions. The Problem. This Is What I Have….

wyatt
Télécharger la présentation

DPSync Overview

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. DPSync Overview

  2. Agenda • The Problem and the Options • Concepts of ADABAS-to-RDBMS Replication • A Brief History of ADABAS-to-RDBMS Replication • DPSync: How It Works • Points of Distinction • Customer Benefits • Summary: Ask the Difficult Questions

  3. The Problem This Is What I Have… This is What I Need… • Web Services • SQL Access • Remote Access • Data Warehouse • Sophisticated Analysis • Graphics • SOAP • Other Software Packages • Etc. ADABAS RDBMS • Legacy COBOL Programs • NATURAL Programs • Batch Jobs

  4. The Options • Rewrite All the Legacy & NATURAL Programs • Replication via PLOG-Based Periodic Updates • Replication via Extract-Based Periodic Updates • Real-Time ADABAS-to-RDBMS Replication What I Have What I Need • Web Services • SQL Access • Remote Access • Data Warehouse • Sophisticated Analysis • Graphics • SOAP • Other Software Packages • Etc. ADABAS RDBMS • Legacy COBOL Programs • NATURAL Programs • Batch Jobs

  5. The Replication Requirements Continuum Timeliness of Replication Complexity of Replication Management

  6. Concepts Of Real-Time ADABAS-to-RDBMS Replication

  7. Concepts What’s Involved In Implementing A Real-Time ADABAS-to-RDBMS Replication Application • Analyze the ADABAS data content • Design the RDBMS • Produce all the metadata for the RDBMS and the transformation • Design, develop and test application programs* • Extract the ADABAS Data, Load the Initial RDBMS • Activate the Real-Time Process For • Intercepting the ADABAS Updates • Transforming to Relational • Transmitting of the Updates to the RDBMS Server • Applying the updates to the RDBMS • On-going operations, including recovery from exceptions, resynchronization of the databases and recovery from RDBMS errors • On-going maintenance of customer-written programs* • On-going maintenance of metadata * Not applicable for DPSync

  8. Concepts The Components of an ADABAS Replication Software Product • Analysis and RDBMS Design Tools • Extraction, Transformation, and Load (ETL) Facilities • Real-Time Interception and Delivery of Changes • Sophisticated and Complex Transformations (from ADABAS to RDBMS structures and data), Including Transforming PEs and MUs to Child and Grandchild Tables • Application of the Updates, RDBMS Error Notification, and Recovery • Special Functions (e.g., Synchronized Backups and Restores) • Console Facilities for Statistics and Operations

  9. Concepts ADABAS Replication Software Products: Attributes To Look For • Robustness of features • Ease of implementation, including no requirement for custom-developed software • Ease of operation (i.e., procedures for running synchronized backups/restores, handling errors, etc.) • Ease of maintenance (software and metadata) • Performance, including any impact on the production ADABAS system and use of ADASAV and high-speed RDBMS loaders • Reliability -- software maturity • Data integrity, including guarantees that all the changes will be replicated, in their original sequence, without duplicates, and without any lost data • Scalability and Deployment Options • An End-to-End Solution

  10. A Brief HistoryofADABAS-to-RDBMS Replication Software

  11. History of ADABAS-to-RDBMS Replication Software It’s Not a New Idea • A innovator in ADABAS replication software for over since 1982 • Since 1995, our products have been used in the analysis, design, implementation and maintenance of ADABAS-to-RDBMS replication processes • We have listened to the needs of ADABAS customers, and for the last decade we have supplied software for ADABAS replication for data warehouses and other applications Treehouse Software

  12. History of ADABAS-to-RDBMS Replication Software DPSync: 1995 to 2009 Treehouse: What Does 14 Years Give You? • An understanding of the needs of real customers • An awareness of the technical pitfalls • Robust features, as a result of 6 incremental releases of the product • Broad Array of Target Platforms: Oracle, DB2, Sybase, SQL Server, UNIX, z/OS, Windows • A mature, stable and reliable software product

  13. History of ADABAS-to-RDBMS Replication Software DPSync (1995-2009) What Does 14 Years Give You? • A Complete Solution • No Programs To Develop • Guarantee No Lost Data • ETL via ADASAV & High-Speed RDBMS Loaders • Robust Features • Sophisticated Transformations • Reliability • Data Integrity • Ease of Use • Ease of Maintenance • RDBMS Vendor Independence • Stability • Maturity

  14. DPSyncHow It Works • System Overview • Analysis and Design • Materialization (ETL) • Real-Time Replication

  15. System Overview DPSync – How It Works

  16. DPSync – How It Works Analysis and Design • Analyze actual ADABAS data content • Generate, view and modify system-recommended RDBMS schemata • Select an RDBMS schema • Modify the schema • Define conversion processes • Map ADABAS files/fields to RDBMS tables/columns • Result generates the DPSync Metadata and RDBMS DDL statements • Intuitive interactive user interfaces, including GUI

  17. ADABAS File Analysis Statistics of MUs and PEs for sizing of child tables and potential de-normalization of tables to individual column(s).

  18. ADABAS File Analysis Statistics of alphanumeric fields for candidate variable character text columns.

  19. ADABAS File Analysis This screen shows descriptor/superdescriptor usage statistics to determine candidate Primary Keys and indexed columns.

  20. Auto Generation Example: Four tables with Primary Key and Foreign Key constraints, and the added DPS PE Sequencer (PE occurrence). RDBMS Modeling and Mapping

  21. Materialization (ETL) DPSync – How It Works • Standard utilities – no programs to write or maintain • Automatic DDL generation • High speed extraction via ADASAV Utility • High speed RDBMS loaders • Complex data transformations and conversions • No Problems with concurrent ADABAS updates

  22. Real-Time Replication - Overview DPSync – How It Works

  23. DPSync – How It Works Real-Time Replication: Interception of the Changes • Standard ADABAS Replication Exit • Volume Spikes Handled • Gaps Are Managed • No Impact on ADABAS Performance

  24. DPSync – How It Works Real-Time Replication: Transformation & Delivery • Automated Analysis and Design • Sophisticated Transformations, including Child and Grandchild Tables from PEs and MUs • “Paced” SQL TCP/IP Transmissions • Only ET’ed Transactions Shipped

  25. DPSync – How It Works Real-Time Replication: Applying The Updates • No Programs To Write • Sophisticated RDBMS Structures, Including Child & Grandchild Tables from MUs and PEs • Adheres To RDBMS Foreign-Key/Referential Integrity Constraints • “Paced” SQL TCP/IP Transmissions and Queue • Journal and Error Log • Automatic RDBMS Error Notification via Email • Built-In Error Recovery via Scripts • Multi-Threaded

  26. DPSync – How It Works Real-Time Replication: DPSync Console • Statistics • System States • Error Recovery Scripts • Run-Time Parameters • Journal and Error Log Display • Error Retry • Security

  27. DPSync – How It Works Real-Time Replication – DPSync Console : Statistics and System States • Latency Times • Queue Times • RDBMS Times • Number ADABAS Transactions • Number SQL Statements • Number of Errors • System Paused • System Halted • DPS/R-RSU Connection States • Overruns (Volume Spikes) • Etc.

  28. DPSync – How It Works Real-Time Replication – DPSync Console: Maintaining Error Recovery Scripts • Conditions and Groups • Email Definitions • Email Groups • Actions by Error Type: • Pause • Retry • Halt the System • Write to Error Log • Notify via Email • Ignore • Options By Error Type • Email Text to Send • Etc.

  29. DPSync – How It Works Real-Time Replication – DPSync Console: Run-Time Parameters

  30. DPSync – How It Works Real-Time Replication – DPSync Console: Journal and Error Log Display

  31. DPSync – How It Works Real-Time Replication – DPSync Console: Security

  32. DPSync – How It Works Real-Time Replication – DPSync Console: Other Console Functions

  33. Points of Distinction DPSync vs. Other Software Products • Loading the Initial RDBMS (ETL) • Lost (Replication) Data • Detection and Notification of RDBMS Errors • Ease of Implementation • Ease of Maintenance • Transformation Facilities • The Total Solution

  34. Points of Distinction Two Ways to Load the Initial RDBMS • Full Live Extracts • Use High-Speed ADASAV and High-Speed RDBMS Loaders

  35. Points of Distinction Flawed Method For Loading the Initial RDBMS Use “Live Data Extracts” Flaws: ADABAS ADABAS Replicator Memory Queues Msg Software • No Use of High-Speed Loaders • Concurrent ADABAS Updates Can Cause RDBMS Errors • Time Constraints • Requires Special Programming Before/After Images Extracts For RDBMS Load Replicated Changes Complex Transformations Simplex Transformations “Live Extract” Utility Example Transfor- mation JDBC App. Example JDBC App. Customer-Written Application Program RDBMS

  36. Points of Distinction Loading the Initial RDBMS Flaws In “Live Data Extracts” Alternatives for Circumvention • Lock-out ADABAS Updates during the entire RDBMS Load • Custom Programming (Customer-Written Loader Program)

  37. Points of Distinction DPSync: Loading the Initial RDBMS • Standard Utilities – No Programs to Write • Replications Are Accepted and Queued • Until the RDBMS Load completes • Built-In Sophisticated Transformations • High-Speed

  38. Points of Distinction Two Ways to Handle Lost Data • Lose Data, But Recover It Using Live Data Extracts • Replication Software Guarantees No Lost Data

  39. Points of Distinction Flawed Process for Handling Lost Data Use “Live Data Extracts” to Recover It Replication Data is Lost Flaws: • What Should Be “Refreshed”? • Missing “Before” Image: Was the Record Inserted? • DELETEs Are Not Handled • Replicates Unmodified Records • Referential Integrity RDBMS Constraints May Be Violated • PE/MU Child/Grandchild Tables Handled? • Requires Special Programming ADABAS ADABAS Replicator Memory Queues Msg Software After Images Only Lost Data Recovery Replicated Changes Complex Transformations Simplex Transformations “Live Extract” Utility Example Transfor- mation JDBC App. Example JDBC App. Customer-Written Application Program RDBMS

  40. Points of Distinction DPSync: Guarantee No Lost Data

  41. Points of Distinction DPSync: Notification of and Recovery From RDBMS Errors DPSync • No Programs To Write • Automatic RDBMS Error Notification via Email • Built-In Error Recovery via Scripts • Console Display of RDBMS Errors • Console May Retry Erroneous Transactions

  42. Points of Distinction DPSync: Ease of Implementation • Built-In Analysis and Design Tools – Produces All the Metadata and RDBMS DDL • 100% Off the Shelf – No Programs to Write • Requires No Third-Part Messaging Software • Includes ETL Facility • No Modifications to ADABAS Applications • Uses Existing TCP/IP Network

  43. Points of Distinction DPSync: Ease of Maintenance & Operation • No Programs to Maintain • Off-the-Shelf Software Ensures Future Compatibility • No “Data Recovery” Operational Procedures Needed Due to Lost Data • Facilities for Synchronized Backups and Restores • Tools For Maintaining the Metadata • Built-In Statistics and Console Functions • Treehouse 24x7 Technical Support is Renowned Worldwide

  44. Points of Distinction DPSync: Sophisticated Transformation Facilities • Map ADABAS data to multiple, independent RDBMS schemata • Value-based mapping and handling of ADABAS record types • Transform PEs and MUs to child and grandchild tables • Adheres to RDBMS foreign-key/referential integrity constraints for child and grandchild tables • Natural dates and binary fields • Pseudo data, such as ISN, PE/MU occurrence numbers, DBID, FNR, etc. • Ability to “normalize” PEs and MUs into single rows • Concatenate ADABAS fields into a single RDBMS column • Extract ADABAS substrings (offset, length) • Insert Constants (literals) • Transformations are Built-In (Not a Customer-Written Program) • Etc., on and on…

  45. Points of Distinction DPSync: The Total Solution • No Programs to Write • Guarantees No Lost Data • High-Speed ADASAV and RDBMS Loaders • PEs and MUs Transformed To Child Tables • All the Tools Needed • All scenarios served: ETL, “Choose Your Time” Replication, Real-Time Replication Analysis Design Extraction, Trans-formation & Load ADABAS RDBMS Built-In Sophisticated Transformation Facilities Real-Time Replication Maintenance • Legacy COBOL Programs • NATURAL Programs • Batch Jobs Operations Windows Console

  46. Customer Benefits • A product, not a consulting engagement • No impact on the production ADABAS system • Cost-effective implementation • Time-proven vendor commitment to ADABAS-to-RDBMS Replication Software • Over 13 years of product evolution, from a company with over 30 years of ADABAS experience

  47. Summary ADABAS-to-RDBMS Replication Real-Time Ask The Difficult Questions

  48. Summary: Ask The Difficult Questions • End-to-End Total Solution: Analysis, Design, ETL, Real-Time Replication, Operations Maintenance • Guaranteed No Loss of Data • Analysis and Design Tools • Built-In Sophisticated & Complex Transformations • PEs and MUs Transformed to Child and Grandchild Tables, Adherence to RDBMS Foreign-Key/Referential Integrity Constraints • Automatic Generation of RDBMS DDL • Uses ADASAV and High-Speed RDBMS Loaders • No Need for “Full Live Extract” Programming for ETL • Special Functions, Such as Synchronized Backups • Exception Processing • Notification (Email) and Recovery Facilities for RDBMS Errors • Windows-Based Console for Statistics and Operations • Easy to Implement, Use and Maintain • Reliable, Mature Software – 11 Years Evolution • No Programs to Write Are These Issues Important To Me? DPSync – A Mature Product That Meets the Challenge

More Related