I have a large model (4000 features). I'll give a really simple example to demonstrate my issue:
Lets say that I have 2000 sketches, each has 1 point, or circle that I use to control a single hole.
So each of the 2000 sketches have only 1 child, a hole.
If i'm at current feature 4000, and I want to edit the first sketch in my model, this will only change 1 hole. However the model will update the other 1999 holes, and this is very time consuming. None of the other sketches or holes are related to the edit I make, but it still updates them.
Scenario #2.
I am again at feature 4000. I enter sketch feature #1 because I want to check the dimension. I enter the sketch, don't click anything, and exit the sketch. The model will go through a 15 minute update session all the way through the tree.
This costs me about 2 hours per day over the last year at work. Any suggestions?
again, this is a simplified example that demonstrates the problem.