Domanda

Utilizziamo CRM 2011 come nostro strato di persistenza e abbiamo notato prestazioni terribili.

Guardammo e Ecco ed ecco che ci sono indicizzazione, ma l'indicizzazione è un composito di tutte le colonne nell'entità (bene quasi).Il che lo rende praticamente inutile per tutti gli intento e scopi.

Allora, come faccio a velocizzare questo?Potrei andare al database e aggiungere manualmente un indice, ma voglio passare attraverso i canali appropriati, se possibile e per il futuro amorimenti.Ho spostato attraverso Bing e Google e Stackoverflow, ma non ho trovato informazioni su questa funzionalità di base.

Aiuto.

È stato utile?

Soluzione

You can't solve this problem with Dynamics CRM. There is no way to configure indexing in Dynamics CRM, as it doesn't give you access to the underlying database - even not in a meta way.

If you have the need for indexes, you have to define them yourself in the database. This is supported by Microsoft (it is excluded from the unsupported modifications)

Modifications to the physical schema of the database, other than adding or updating indexes.

Keep in mind that due to the fact, that the application itself has no knowledge about the indexes, they are not part of the customizations and you have to deploy them yourself.

Altri suggerimenti

For the guidance on adding CRM 2011 indexes, following this link: Optimizing and Maintaining a Microsoft Dynamics CRM 2011 Server Infrastructure

See the section labeled: Optimizing and Maintaining the Microsoft Dynamics CRM Database

While this question is about CRM 2011 it is worth noting that CRM 2013 (both online and on-premises) includes support for adding indexes:

In CRM 2013, the Index Management job automatically adds indexes for Quick Find columns, up to 20 in total.

Simply add quick find columns for the relevant fields and wait for the Index Management job to run.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top