Hi,
I'm saving tree structured data in a self referenced table.
To do this I recursively add the child items to my EntityCollection.
But for large data this takes forever (several minutes for 10000 items).
I suppose this is because of the data tracking, but I don't know how to disable it.
Is it possible ?
Thanks for your help