We are using Crm 2011 as our persistence layer and we noticed terrible performance.
We looked and lo and behold there are indexing, but the indexing is a composite of all the columns in the entity (well almost). Which makes it practically useless for all intent and purposes.
So how do I speed this up? I could go to the database and manually add an index, but I want to go through proper channels if possible and for future maintainability sake. I have shifted through Bing and Google and Stackoverflow but I couldn't find any info on this basic functionality.
Please help.