Salesforce

What are fast schema change differences between Progress 8.x and 9.x?

Information

 
TitleWhat are fast schema change differences between Progress 8.x and 9.x?
URL Name19814
Article Number000173336
EnvironmentProduct: Progress
Version: 9.x
Product: OpenEdge
Version: All supported versions
OS: All supported platforms
Question/Problem Description
What are fast schema change differences between Progress 8.x and 9.x?
What is a fast schema change in V8?
How is a fast schema change different in V9?
What is Schema Versioning?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
While Progress 8 and Progress 9 schema versioning features are related, the version 9 solution is improved and replaces the version 8.x feature. In version 9.x, Progress stores the version of the schema in the record itself. At run-time, it makes the appropriate changes as the individual records are read out of the database during normal processing (including dumping).

Fast schema change and Schema Versioning.
  • Fast schema change is part of the Progress 9.x internal processing.
  • It is used automatically without any switch.
  • A much more powerful successor to Progress 8.x fast schema change was implemented in Version 9.x and is called Schema Versioning.
  • In Progress 9.x fields can be added with any initial value and none of the rows in the table need to be accessed.
  • Each (non-schema) record has field map as its first field (0).
  • The field map contains a record version and the initial values for certain fields.
  • If the schema has never been changed for a table, the map will be null. For a converted database the field map is empty.
  • Adding the Map is low cost because there is a single map for all the rows in the table. The data rows are not accessed to add the map. The field map is not documented nor is it easy to read.
  • When a field is added/dropped, only the field map is changed. When records are read, the field map is used to reconstitute what the fields and values should be for changed fields.
  • For further information refer to Articles:
  •  How does Fast Schema Update work?   
     Schema Versioning: Why V9 schema changes are so fast  

     
Workaround
Notes
Keyword Phrase
Last Modified Date11/20/2020 7:38 AM

Powered by