yo2011
yo2011

Reputation: 1021

Dynamics CRM IDs tables purpose

I investigated dynamics crm database and find a lot of tables that contains only Ids such as RoleBaseIds,EntityIds, OptionSetIds, RelationshipIds; i want to know the purpose of these identity tables as the database already include tables for Roles, entity, optionset and relationship; also, is this design affect performance as it will include a lot of joins to obtain data

Upvotes: 0

Views: 102

Answers (1)

Guido Preite
Guido Preite

Reputation: 15128

You don't need to investigate the Dynamics CRM database, the only things you can consider are the Filtered Views.

This link is related to CRM 4.0 but the concept is still valid:

https://msdn.microsoft.com/en-us/library/cc308184.aspx

Upvotes: 1

Related Questions