The Options Tab

The Options tab allows you to control processing options.

  1. Click Initial load if you are loading the model for the first time. The model will be locked and unable to be written to by other Write to Hub stages. When this mode is checked, the only available option on the Updates tab in the Add Entity dialog box will be Never overwrite non-empty properties. Therefore, if you have multiple input files in your dataflow, they can all create properties, but none of them can update existing properties with new values. This mode provides better performance when initially loading a model. Existing data, if there is any, will be cleared prior to writing.
  2. Click Concurrent writes if you want to allow the model to be written to by multiple Write to Hub stages at the same time. When this mode is checked, the Clear model before processing option is disabled and the model is created prior to running the job. If the model does not already exist, it will be created when the stage is closed.
  3. Click Exclusive lock (default) if you do not want to allow the model to be written to by multiple Write to Hub stages. When this mode is checked, properties can be updated after they are created.
  4. Check Clear model before processing if you wish to remove all existing entities and relationships before processing new data. If this is not selected, new information will be used to update any existing entities and relationships.
    Note: Using this option does not alter security settings for the Data Hub module. The model will be recreated, but the security settings will remain the same.
  5. Check Remove orphaned entities after processing if you wish to remove entities that have no relationships.
  6. Click OK.