I have an entity with around 5 dataSources. 3 of them are read only.
I want to enable change tracking for the other 2 datasources.
Would enabling change tracking for the /entire entity/ be good, because the rest of the datasources are read only? Or would it cause issues or affect performance?
And if it's better to enable change tracking for just the two datasources, then how can I use /Enable custom query/ to achieve this?