Hi. The view generation takes a long time. In out project we have just 300 entities and already 80 seconds on a powerful system. Also, it just uses one cpu, which is not a surprise for a very complex algorithm. The msdn site assures that the algorithm used is exponential in the worst case, and their own model with 1000+ tables takes more than an hour.
What part of the view generation takes exponential time? Is the algorithm already expressed in a more abstract manner? Or does one need to read the entire view generation code (and of course some accompanying code, to know the data structures, preprocesses etc)? I really like to be able to make my move on the code, but I really hope for some information better that the raw source code.