When using the Update() function while working with a batch of 5k+ entities, the inner .Attach() takes a very long time to run; causing a performance hit (Obviously the larger the batch, the slower it runs). I noticed that most times my entities are already being tracked at this point so the extra .Attach call is not needed. Can you explain the reasoning behind the attach being called here? Any ideas other than an overload of the Update function?
Best regards
Comments: Thank you for your feedback, could you be so kind to issue a pull request and commit a unit/integration test so that we can reproduce this issue? This will be the quickest way for us to resolve this.
Best regards
Comments: Thank you for your feedback, could you be so kind to issue a pull request and commit a unit/integration test so that we can reproduce this issue? This will be the quickest way for us to resolve this.