Configuration Parameter | Default | Use to... |
Allow Multicolumn Key | False | True—The Discovery Relationship Scanner searches for multicolumn keys. The width of multicolumn key is set in Maximum Columns for Multicolumn Key. False—Only single-column relationships are discovered. |
Check Only Many-to-Many Relationships | True | True—The multicolumn keys are only composed from many_to_many relationships. Doing this removes the combinations many-to-one and one-to-many to form a multicolumn key. False—All combinations are checked for relationships. This is more accurate but could take much longer. |
Combine Multicolumn Relationships | True | True—Multicolumn relationships between two tables with score over 95 are consolidated into one relationship line on the Model diagram if more than five multicolumn relationships are discovered. False—All individual relationship lines are displayed on the Model diagram. |
Maximum Columns for Multicolumn Key | 3 | The maximum number of columns for creating a multicolumn key. This value is used if Allow Multicolumn Key is True. This value can only be greater than or equal to 2. If this number is too large, Discovery tasks can run a very long time, so use caution when increasing this number. |
Maximum Keys to Be Checked for Multicolumn Key | 1000 | The maximum number of keys to check for possible multicolumn keys between two tables. This value is used if Allow Multicolumn Key is True. If this value is large, it checks more combinations of multicolumn keys. However, it might run out of memory more easily. |