Table of Contents

Search

  1. Preface
  2. Introduction to Test Data Management
  3. Test Data Manager
  4. Projects
  5. Policies
  6. Data Discovery
  7. Creating a Data Subset
  8. Performing a Data Masking Operation
  9. Data Masking Techniques and Parameters
  10. Data Generation
  11. Data Generation Techniques and Parameters
  12. Working with Test Data Warehouse
  13. Analyzing Test Data with Data Coverage
  14. Plans and Workflows
  15. Monitor
  16. Reports
  17. ilmcmd
  18. tdwcmd
  19. tdwquery
  20. Appendix A: Data Type Reference
  21. Appendix B: Data Type Reference for Test Data Warehouse
  22. Appendix C: Data Type Reference for Hadoop
  23. Appendix D: Glossary

User Guide

User Guide

Classification of Data Set Tables

Classification of Data Set Tables

You can classify the tables in a data set as master tables or transactional tables. The results of the reset operation depend on how you classify the tables.
A reset operation does not delete records in master tables. It performs an upsert on master tables. When testers share all records in a table, classify the table as a master table. Because the reset does not delete records in master tables, the reset operation does not delete records that might impact the work of other testers.
Classify tables that are descendants of master tables as transactional tables. Records in transactional tables are generally not shared records. When you delete a record, you do not impact the work of another tester. By default, during a reset operation TDM performs an insert on transactional tables. You can choose to change the default behavior when you configure the reset operation.
If you do not classify a table, by default a reset operation considers the table as a transactional table.
TDM performs the following tasks during an upsert:
  • Updates records that exist in both the data set and the target.
  • Inserts records that are present in the data set and not in the target.
During an insert, TDM inserts records from the data set that do not exist in the target. If the record exists, the insert fails.
Based on how you classify tables as master and transactional, TDM identifies top-level transactional tables and begins the cascade delete at this level.
A top-level transactional table is a direct child of a master table. All parents of a top-level transactional table, if any, are master tables.
Verify the table classification before you perform a reset operation.

0 COMMENTS

We’d like to hear from you!