Disabling attribute inheritance
Hi Team,
We have flex family with four level . Each Parent level having nearly 5 attributes and the child contains nearly 25 attributes.
Each hierarchy can have more than 1000 to 2000 child's tagged to it. We have total 0.9 million child assets in our system.
Due to inheritance being enabled whenever we try to carry out any update of attributes on the parent assets the operation is taking considerable amount of time ~10 to ~15 minutes to populate the updated attribute information to child level. In some cases the operation is failing throwing -100 general exception on Mungo tables
We wanted to check if we disable the attribute inheritance by changing cc.attributeinheritance=false does it impact system in any ways? Will this solve our problem. We are happy not have inherited values propagated till child level