When a model contains unsaved changes, an asterisk is appended to its name in the Browser.
When you save a model or a multi-model report, PowerDesigner automatically assigns to the file a unique identifying number called GUID (Global Unique ID), and creates a backup copy of your file with the same identifying number. The GUID is used:
The following formats are available when you save a model:
Format |
Description |
---|---|
XML |
[default] The saving and loading time is longer (1.5x) than binary, and the file size is bigger (2.5x) than binary. You can open and modify the contents of an XML model file. XML is recommended for small models. |
Binary |
Saving and loading time is shorter than XML, and the file size is smaller than XML Recommended for big models. |