I noticed that with a simple comparison, there are a lot of unnecessary pinouts of labels, although they should not be. Even if you do not use @Fetch, the SDN still retrieves (for some reason) the labels for all nodes in the corresponding set, and in some cases even further.
For example, I had two teams in which there were about 100 members, and the teams were also connected to each other (as a parent), and @Fetch was not used anywhere, the performance was still terrible.
So, I switched to advanced matching to get rid of unnecessary selection of shortcuts. In my opinion, a simple mapping should not be available anymore, because it works so poorly with the new TypeRepresentationStrategy database. It looks like it is no longer designed to fit the labels.
source share